Skip to content

Commit 1523503

Browse files
authored
Update repository and homepage URLs in package.json (#15)
* Update repository and homepage URLs in package.json * Update repository links in README.md
1 parent 66ca146 commit 1523503

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# JupyterLab Magic Wand
22

3-
[![Github Actions Status](https://github.com/Zsailer/jupyterlab-magic-wand/workflows/Build/badge.svg)](https://github.com/Zsailer/jupyterlab-magic-wand/actions/workflows/build.yml)
4-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Zsailer/jupyterlab-magic-wand/main?urlpath=lab)
3+
[![Github Actions Status](https://github.com/jupyter-ai-contrib/jupyterlab-magic-wand/workflows/Build/badge.svg)](https://github.com/jupyter-ai-contrib/jupyterlab-magic-wand/actions/workflows/build.yml)
4+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-ai-contrib/jupyterlab-magic-wand/main?urlpath=lab)
55

66
An in-cell AI assistant for JupyterLab notebooks
77

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/Zsailer/jupyterlab-magic-wand",
10+
"homepage": "https://github.com/jupyter-ai-contrib/jupyterlab-magic-wand",
1111
"bugs": {
12-
"url": "https://github.com/Zsailer/jupyterlab-magic-wand/issues"
12+
"url": "https://github.com/jupyter-ai-contrib/jupyterlab-magic-wand/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": {
@@ -27,7 +27,7 @@
2727
"style": "style/index.css",
2828
"repository": {
2929
"type": "git",
30-
"url": "https://github.com/Zsailer/jupyterlab-magic-wand.git"
30+
"url": "https://github.com/jupyter-ai-contrib/jupyterlab-magic-wand.git"
3131
},
3232
"scripts": {
3333
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)