diff --git a/brightray/.gitmodules b/brightray/.gitmodules index 17120b4cdf61..b1e57ad74f07 100644 --- a/brightray/.gitmodules +++ b/brightray/.gitmodules @@ -1,6 +1,6 @@ [submodule "vendor/libchromiumcontent"] path = vendor/libchromiumcontent - url = https://github.com/brightray/libchromiumcontent + url = https://github.com/atom/libchromiumcontent [submodule "vendor/gyp"] path = vendor/gyp url = https://github.com/svn2github/gyp diff --git a/brightray/README.md b/brightray/README.md index deac3f13e710..2c118f5cabc0 100644 --- a/brightray/README.md +++ b/brightray/README.md @@ -1,12 +1,12 @@ # Brightray Brightray is a static library that makes -[libchromiumcontent](https://github.com/brightray/libchromiumcontent) easier to +[libchromiumcontent](https://github.com/atom/libchromiumcontent) easier to use in applications. ## Using it in your app -See [brightray_example](https://github.com/brightray/brightray_example) for a +See [brightray_example](https://github.com/atom/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 isn’t all that interesting, since it’s just a static library. Building it into an application (like -[brightray_example](https://github.com/brightray/brightray_example)) is the only +[brightray_example](https://github.com/atom/brightray_example)) is the only way to test it. ## License