From 6d2277b49cb850bd5880448a09a9d4dc7cc49767 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 4 Apr 2016 13:00:14 -0700 Subject: [PATCH] Update urls for new GitHub org --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e5993e..022b42a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To clone and run this repository you'll need [Git](https://git-scm.com) and [Nod ```bash # Clone this repository -git clone https://github.com/atom/electron-quick-start +git clone https://github.com/electron/electron-quick-start # Go into the repository cd electron-quick-start # Install dependencies and run the app diff --git a/package.json b/package.json index 3d19e8b..9985665 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/atom/electron-quick-start.git" + "url": "git+https://github.com/electron/electron-quick-start.git" }, "keywords": [ "Electron", @@ -19,9 +19,9 @@ "author": "GitHub", "license": "CC0-1.0", "bugs": { - "url": "https://github.com/atom/electron-quick-start/issues" + "url": "https://github.com/electron/electron-quick-start/issues" }, - "homepage": "https://github.com/atom/electron-quick-start#readme", + "homepage": "https://github.com/electron/electron-quick-start#readme", "devDependencies": { "electron-prebuilt": "^0.36.0" }