Skip to content

Commit 0f06d1d

Browse files
authored
Merge pull request #22 from jtpio/update-links
Update links to the repo
2 parents be169d3 + 93c3963 commit 0f06d1d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

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

3-
![Github Actions Status](https://github.com/martinRenou/jupyterlab-unfold/actions/workflows/build.yml/badge.svg?branch=master)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/martinRenou/jupyterlab-unfold/HEAD?urlpath=lab)
3+
![Github Actions Status](https://github.com/jupyterlab-contrib/jupyterlab-unfold/actions/workflows/build.yml/badge.svg?branch=master)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab-contrib/jupyterlab-unfold/HEAD?urlpath=lab)
44

55
An IDE-like file browser
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/martinRenou/jupyterlab-unfold",
10+
"homepage": "https://github.com/jupyterlab-contrib/jupyterlab-unfold",
1111
"bugs": {
12-
"url": "https://github.com/martinRenou/jupyterlab-unfold/issues"
12+
"url": "https://github.com/jupyterlab-contrib/jupyterlab-unfold/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": {
@@ -31,7 +31,7 @@
3131
"style": "style/index.css",
3232
"repository": {
3333
"type": "git",
34-
"url": "https://github.com/martinRenou/jupyterlab-unfold.git"
34+
"url": "https://github.com/jupyterlab-contrib/jupyterlab-unfold.git"
3535
},
3636
"scripts": {
3737
"build": "jlpm run build:lib && jlpm run build:labextension:dev",

ui-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jupyterlab-unfold-tests",
33
"version": "0.1.0",
44
"description": "UI tests",
5-
"repository": "https://github.com/martinRenou/jupyterlab-unfold",
5+
"repository": "https://github.com/jupyterlab-contrib/jupyterlab-unfold",
66
"author": "Martin Renou",
77
"license": "BSD-3-Clause",
88
"private": true,

0 commit comments

Comments
 (0)