Bläddra i källkod

Merge pull request #40 from electron/electron-org

Update urls for new GitHub org
Kevin Sawicki 9 år sedan
förälder
incheckning
2b2bebf38c
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 1 1
      README.md
  2. 3 3
      package.json

+ 1 - 1
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

+ 3 - 3
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"
   }