Browse Source

Fix repo urls

Samy Pessé 10 years ago
parent
commit
25719d8577
1 changed files with 3 additions and 3 deletions
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -6,13 +6,13 @@
     "engines": {
         "gitbook": "*"
     },
-    "homepage": "https://github.com/GitbookIO/gitbook-plugin",
+    "homepage": "https://github.com/GitbookIO/plugin",
     "repository": {
         "type": "git",
-        "url": "https://github.com/GitbookIO/gitbook-plugin.git"
+        "url": "https://github.com/GitbookIO/plugin.git"
     },
     "license": "Apache 2",
     "bugs": {
-        "url": "https://github.com/GitbookIO/gitbook-plugin/issues"
+        "url": "https://github.com/GitbookIO/plugin/issues"
     }
 }