diff --git a/README.md b/README.md index 3828a74..e3ab0f8 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index f648439..336cbe9 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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/*" diff --git a/packages/jupyter-chat-extension/README.md b/packages/jupyter-chat-extension/README.md index 5ce6ee1..c23cdc7 100644 --- a/packages/jupyter-chat-extension/README.md +++ b/packages/jupyter-chat-extension/README.md @@ -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 diff --git a/packages/jupyter-chat-extension/package.json b/packages/jupyter-chat-extension/package.json index 96a8820..d59bd22 100644 --- a/packages/jupyter-chat-extension/package.json +++ b/packages/jupyter-chat-extension/package.json @@ -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": { @@ -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", diff --git a/packages/jupyter-chat/package.json b/packages/jupyter-chat/package.json index 75e922e..49d2266 100644 --- a/packages/jupyter-chat/package.json +++ b/packages/jupyter-chat/package.json @@ -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": { @@ -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",