From c114699752280da8850613d162bb41877ef20130 Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Thu, 25 Apr 2024 10:29:30 +0200 Subject: [PATCH] Uupdate the github organization from 'jupyterlab-contrib' to 'jupyterlab' --- README.md | 2 +- package.json | 6 +++--- packages/jupyter-chat/package.json | 6 +++--- packages/jupyterlab-collaborative-chat/.copier-answers.yml | 2 +- packages/jupyterlab-collaborative-chat/README.md | 2 +- packages/jupyterlab-collaborative-chat/package.json | 6 +++--- packages/jupyterlab-ws-chat/README.md | 2 +- packages/jupyterlab-ws-chat/package.json | 6 +++--- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4e0141f..aa29773 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # jupyter_chat -[![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) +[![Github Actions Status](https://github.com/jupyterlab/jupyter-chat/workflows/Build/badge.svg)](https://github.com/jupyterlab/jupyter-chat/actions/workflows/build.yml) This project is a monorepo containing the frontend components and extensions to build a chat in Jupyter. diff --git a/package.json b/package.json index a26ba1b..ae4dfca 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/jupyterlab-contrib/jupyter-chat", + "homepage": "https://github.com/jupyterlab/jupyter-chat", "bugs": { - "url": "https://github.com/jupyterlab-contrib/jupyter-chat/issues" + "url": "https://github.com/jupyterlab/jupyter-chat/issues" }, "license": "BSD-3-Clause", "author": { @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/jupyterlab-contrib/jupyter-chat.git" + "url": "https://github.com/jupyterlab/jupyter-chat.git" }, "workspaces": [ "packages/*" diff --git a/packages/jupyter-chat/package.json b/packages/jupyter-chat/package.json index c53e395..418f7ca 100644 --- a/packages/jupyter-chat/package.json +++ b/packages/jupyter-chat/package.json @@ -7,9 +7,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/jupyterlab-contrib/jupyter-chat", + "homepage": "https://github.com/jupyterlab/jupyter-chat", "bugs": { - "url": "https://github.com/jupyterlab-contrib/jupyter-chat/issues" + "url": "https://github.com/jupyterlab/jupyter-chat/issues" }, "license": "BSD-3-Clause", "author": { @@ -27,7 +27,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "https://github.com/jupyterlab-contrib/jupyter-chat.git" + "url": "https://github.com/jupyterlab/jupyter-chat.git" }, "scripts": { "build": "jlpm build:lib", diff --git a/packages/jupyterlab-collaborative-chat/.copier-answers.yml b/packages/jupyterlab-collaborative-chat/.copier-answers.yml index cef7e07..2a2965e 100644 --- a/packages/jupyterlab-collaborative-chat/.copier-answers.yml +++ b/packages/jupyterlab-collaborative-chat/.copier-answers.yml @@ -13,7 +13,7 @@ mimetype: '' mimetype_name: '' project_short_description: A chat extension based on shared documents python_name: jupyterlab_collaborative_chat -repository: https://github.com/jupyterlab-contrib/jupyter-chat +repository: https://github.com/jupyterlab/jupyter-chat test: true viewer_name: '' diff --git a/packages/jupyterlab-collaborative-chat/README.md b/packages/jupyterlab-collaborative-chat/README.md index 81f5de2..62eba39 100644 --- a/packages/jupyterlab-collaborative-chat/README.md +++ b/packages/jupyterlab-collaborative-chat/README.md @@ -1,6 +1,6 @@ # jupyterlab_collaborative_chat -[![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)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab-contrib/jupyter-chat/main?urlpath=lab) +[![Github Actions Status](https://github.com/jupyterlab/jupyter-chat/workflows/Build/badge.svg)](https://github.com/jupyterlab/jupyter-chat/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab/jupyter-chat/main?urlpath=lab) A chat extension based on shared documents This extension is composed of a Python package named `jupyterlab_collaborative_chat` diff --git a/packages/jupyterlab-collaborative-chat/package.json b/packages/jupyterlab-collaborative-chat/package.json index a5ec8a0..852d11a 100644 --- a/packages/jupyterlab-collaborative-chat/package.json +++ b/packages/jupyterlab-collaborative-chat/package.json @@ -7,9 +7,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/jupyterlab-contrib/jupyter-chat", + "homepage": "https://github.com/jupyterlab/jupyter-chat", "bugs": { - "url": "https://github.com/jupyterlab-contrib/jupyter-chat/issues" + "url": "https://github.com/jupyterlab/jupyter-chat/issues" }, "license": "BSD-3-Clause", "author": { @@ -27,7 +27,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "https://github.com/jupyterlab-contrib/jupyter-chat.git" + "url": "https://github.com/jupyterlab/jupyter-chat.git" }, "scripts": { "build": "jlpm build:lib && jlpm build:labextension:dev", diff --git a/packages/jupyterlab-ws-chat/README.md b/packages/jupyterlab-ws-chat/README.md index 5bbb63c..4d93cbe 100644 --- a/packages/jupyterlab-ws-chat/README.md +++ b/packages/jupyterlab-ws-chat/README.md @@ -1,6 +1,6 @@ # jupyterlab_ws_chat -[![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) +[![Github Actions Status](https://github.com/jupyterlab/jupyter-chat/workflows/Build/badge.svg)](https://github.com/jupyterlab/jupyter-chat/actions/workflows/build.yml) A chat extension for Jupyterlab diff --git a/packages/jupyterlab-ws-chat/package.json b/packages/jupyterlab-ws-chat/package.json index 4c119bf..c1b45df 100644 --- a/packages/jupyterlab-ws-chat/package.json +++ b/packages/jupyterlab-ws-chat/package.json @@ -7,9 +7,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/jupyterlab-contrib/jupyter-chat", + "homepage": "https://github.com/jupyterlab/jupyter-chat", "bugs": { - "url": "https://github.com/jupyterlab-contrib/jupyter-chat/issues" + "url": "https://github.com/jupyterlab/jupyter-chat/issues" }, "license": "BSD-3-Clause", "author": { @@ -27,7 +27,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "https://github.com/jupyterlab-contrib/jupyter-chat.git" + "url": "https://github.com/jupyterlab/jupyter-chat.git" }, "scripts": { "build": "jlpm build:lib && jlpm build:labextension:dev",