Skip to content

Commit 7b2e431

Browse files
authored
Update executablebooks links to jupyter-book github org
1 parent 4116985 commit 7b2e431

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
@@ -3,7 +3,7 @@
33
"version": "0.0.5",
44
"description": "MyST schema, testcases, and typescript types",
55
"author": "Franklin Koch <[email protected]>",
6-
"homepage": "https://github.com/executablebooks/myst-spec",
6+
"homepage": "https://github.com/jupyter-book/myst-spec",
77
"license": "MIT",
88
"types": "dist/index.d.ts",
99
"files": [
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/executablebooks/myst-spec.git"
23+
"url": "git+https://github.com/jupyter-book/myst-spec.git"
2424
},
2525
"scripts": {
2626
"build": "npm run clean && tsc index.ts && node index.js",
@@ -33,7 +33,7 @@
3333
"prepublishOnly": "npm run build;"
3434
},
3535
"bugs": {
36-
"url": "https://github.com/executablebooks/myst-spec/issues"
36+
"url": "https://github.com/jupyter-book/myst-spec/issues"
3737
},
3838
"devDependencies": {
3939
"@types/glob": "^7.2.0",

0 commit comments

Comments
 (0)