Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the github repo from QuantStack to jupyterlab-contrib #5

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading