Skip to content

Commit 9dbd4eb

Browse files
Fix issue url (#8)
1 parent 9b75a7e commit 9dbd4eb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "https://github.com/fails-components/jupyterfails",
66
"bugs": {
7-
"url": "/issues"
7+
"url": "https://github.com/fails-components/jupyterfails/issues"
88
},
99
"license": "BSD-3-Clause",
1010
"author": {

packages/applet-view/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"homepage": "https://github.com/fails-components/jupyterfails",
1111
"bugs": {
12-
"url": "/issues"
12+
"url": "https://github.com/fails-components/jupyterfails/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": {

packages/filesystem-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"homepage": "https://github.com/fails-components/jupyterfails",
1111
"bugs": {
12-
"url": "/issues"
12+
"url": "https://github.com/fails-components/jupyterfails/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": {

packages/interceptor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"homepage": "https://github.com/fails-components/jupyterfails",
1111
"bugs": {
12-
"url": "/issues"
12+
"url": "https://github.com/fails-components/jupyterfails/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": {

packages/jupyterreactedit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"homepage": "https://github.com/fails-components/jupyterfails",
1212
"bugs": {
13-
"url": "/issues"
13+
"url": "https://github.com/fails-components/jupyterfails/issues"
1414
},
1515
"license": "BSD-3-Clause",
1616
"author": {

packages/launcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"homepage": "https://github.com/fails-components/jupyterfails",
1111
"bugs": {
12-
"url": "/issues"
12+
"url": "https://github.com/fails-components/jupyterfails/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": {

0 commit comments

Comments
 (0)