Skip to content

Commit

Permalink
Update the github repo from QuantStack to jupyterlab-contrib (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet authored Mar 28, 2024
1 parent bd5748f commit 4f48019
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter_chat

[![Github Actions Status](https://github.com/QuantStack/jupyter-chat/workflows/Build/badge.svg)](https://github.com/QuantStack/jupyter-chat/actions/workflows/build.yml)
[![Github Actions Status](https://github.com/jupyterlab-contrib/jupyter-chat/workflows/Build/badge.svg)](https://github.com/jupyterlab-contrib/jupyter-chat/actions/workflows/build.yml)

A chat package for Jupyterlab extension, but also an extension for Jupyterab.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/QuantStack/jupyter-chat",
"homepage": "https://github.com/jupyterlab-contrib/jupyter-chat",
"bugs": {
"url": "https://github.com/QuantStack/jupyter-chat/issues"
"url": "https://github.com/jupyterlab-contrib/jupyter-chat/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/QuantStack/jupyter-chat.git"
"url": "https://github.com/jupyterlab-contrib/jupyter-chat.git"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-chat-extension/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyter_chat_extension

[![Github Actions Status](https://github.com/QuantStack/jupyter-chat/workflows/Build/badge.svg)](https://github.com/QuantStack/jupyter-chat/actions/workflows/build.yml)
[![Github Actions Status](https://github.com/jupyterlab-contrib/jupyter-chat/workflows/Build/badge.svg)](https://github.com/jupyterlab-contrib/jupyter-chat/actions/workflows/build.yml)

A chat extension for Jupyterlab

Expand Down
6 changes: 3 additions & 3 deletions packages/jupyter-chat-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/QuantStack/jupyter-chat",
"homepage": "https://github.com/jupyterlab-contrib/jupyter-chat",
"bugs": {
"url": "https://github.com/QuantStack/jupyter-chat/issues"
"url": "https://github.com/jupyterlab-contrib/jupyter-chat/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -27,7 +27,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/QuantStack/jupyter-chat.git"
"url": "https://github.com/jupyterlab-contrib/jupyter-chat.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down
6 changes: 3 additions & 3 deletions packages/jupyter-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/QuantStack/jupyter-chat",
"homepage": "https://github.com/jupyterlab-contrib/jupyter-chat",
"bugs": {
"url": "https://github.com/QuantStack/jupyter-chat/issues"
"url": "https://github.com/jupyterlab-contrib/jupyter-chat/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -27,7 +27,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/QuantStack/jupyter-chat.git"
"url": "https://github.com/jupyterlab-contrib/jupyter-chat.git"
},
"scripts": {
"build": "jlpm build:lib",
Expand Down

0 comments on commit 4f48019

Please sign in to comment.