Update urls for new GitHub org

This commit is contained in:
Kevin Sawicki 2016-04-04 12:55:40 -07:00
parent 39595c7a05
commit b6312ce63c
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[submodule "vendor/libchromiumcontent"]
path = vendor/libchromiumcontent
url = https://github.com/atom/libchromiumcontent
url = https://github.com/electron/libchromiumcontent
[submodule "vendor/gyp"]
path = vendor/gyp
url = https://github.com/svn2github/gyp

View file

@ -1,12 +1,12 @@
# Brightray
Brightray is a static library that makes
[libchromiumcontent](https://github.com/atom/libchromiumcontent) easier to
[libchromiumcontent](https://github.com/electron/libchromiumcontent) easier to
use in applications.
## Using it in your app
See [brightray_example](https://github.com/atom/brightray_example) for a
See [brightray_example](https://github.com/electron/brightray_example) for a
sample application written using Brightray.
## Development
@ -34,7 +34,7 @@ You must previously have built and uploaded libchromiumcontent using its
Building Brightray on its own isnt all that interesting, since its just a
static library. Building it into an application (like
[brightray_example](https://github.com/atom/brightray_example)) is the only
[brightray_example](https://github.com/electron/brightray_example)) is the only
way to test it.
## License