Skip to content

Commit 25719d8

Browse files
committed
Fix repo urls
1 parent 6a34570 commit 25719d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"engines": {
77
"gitbook": "*"
88
},
9-
"homepage": "https://github.com/GitbookIO/gitbook-plugin",
9+
"homepage": "https://github.com/GitbookIO/plugin",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/GitbookIO/gitbook-plugin.git"
12+
"url": "https://github.com/GitbookIO/plugin.git"
1313
},
1414
"license": "Apache 2",
1515
"bugs": {
16-
"url": "https://github.com/GitbookIO/gitbook-plugin/issues"
16+
"url": "https://github.com/GitbookIO/plugin/issues"
1717
}
1818
}

0 commit comments

Comments
 (0)