Skip to content

Commit 1dfdc49

Browse files
committed
Fix links for now
1 parent cec8cbb commit 1dfdc49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jupyterlab-filesystem
22

3-
[![Github Actions Status](https://github.com/jupyterlab-contrib/jupyterlab-filesystem/workflows/Build/badge.svg)](https://github.com/jupyterlab-contrib/jupyterlab-filesystem/actions/workflows/build.yml)
3+
[![Github Actions Status](https://github.com/jtpio/jupyterlab-filesystem/workflows/Build/badge.svg)](https://github.com/jtpio/jupyterlab-filesystem/actions/workflows/build.yml)
44

55
Browse local files using the Filesystem API.
66

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"jupyterlab",
88
"jupyterlab-extension"
99
],
10-
"homepage": "https://github.com/jupyterlab-contrib/jupyterlab-filesystem",
10+
"homepage": "https://github.com/jtpio/jupyterlab-filesystem",
1111
"bugs": {
12-
"url": "https://github.com/jupyterlab-contrib/jupyterlab-filesystem/issues"
12+
"url": "https://github.com/jtpio/jupyterlab-filesystem/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": {
@@ -25,7 +25,7 @@
2525
"style": "style/index.css",
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/jupyterlab-contrib/jupyterlab-filesystem.git"
28+
"url": "https://github.com/jtpio/jupyterlab-filesystem.git"
2929
},
3030
"scripts": {
3131
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)