From b6312ce63c658736874d243bc2fe290e63f7197c Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 4 Apr 2016 12:55:40 -0700 Subject: [PATCH] Update urls for new GitHub org --- brightray/.gitmodules | 2 +- brightray/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/brightray/.gitmodules b/brightray/.gitmodules index b1e57ad74f..e7b61d62c5 100644 --- a/brightray/.gitmodules +++ b/brightray/.gitmodules @@ -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 diff --git a/brightray/README.md b/brightray/README.md index 2c118f5cab..eba0f515c9 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/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 isn’t all that interesting, since it’s 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