diff --git a/docs/source/conf.py b/docs/source/conf.py index ecbc08b3..de7c3df5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -3,7 +3,7 @@ on_rtd = os.environ.get("READTHEDOCS", None) == "True" html_theme = "pydata_sphinx_theme" -html_theme_options = {"github_url": "https://github.com/QuantStack/jupytercad"} +html_theme_options = {"github_url": "https://github.com/jupyter-cad/jupytercad"} extensions = [ "sphinx.ext.autodoc", diff --git a/package.json b/package.json index a38401d3..5897dd44 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "@jupytercad/jupytercad-root", "version": "0.3.3", "private": true, - "homepage": "https://github.com/QuantStack/jupytercad", + "homepage": "https://github.com/jupyter-cad/jupytercad", "repository": { "type": "git", - "url": "https://github.com/QuantStack/jupytercad.git" + "url": "https://github.com/jupyter-cad/jupytercad.git" }, "license": "BSD-3-Clause", "description": "A JupyterLab extension for 3D modelling.", @@ -15,7 +15,7 @@ "jupyterlab-extension" ], "bugs": { - "url": "https://github.com/QuantStack/jupytercad/issues" + "url": "https://github.com/jupyter-cad/jupytercad/issues" }, "author": { "name": "JupyterCad contributors" diff --git a/packages/jupytercad-app/package.json b/packages/jupytercad-app/package.json index 2ef8c3f1..b9b2565a 100644 --- a/packages/jupytercad-app/package.json +++ b/packages/jupytercad-app/package.json @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/QuantStack/jupytercad.git" + "url": "https://github.com/jupyter-cad/jupytercad.git" }, "scripts": { "build": "tsc && webpack", diff --git a/packages/jupytercad-app/src/app/plugins/mainmenu/menuWidget.ts b/packages/jupytercad-app/src/app/plugins/mainmenu/menuWidget.ts index 9b723624..86796aff 100644 --- a/packages/jupytercad-app/src/app/plugins/mainmenu/menuWidget.ts +++ b/packages/jupytercad-app/src/app/plugins/mainmenu/menuWidget.ts @@ -22,7 +22,7 @@ export class MainMenu extends MenuBar { this._commands.addCommand('jupytercad:help-menu:documentation', { label: 'Documentation', execute: () => { - window.open('https://github.com/QuantStack/jupytercad', '_blank'); + window.open('https://github.com/jupyter-cad/jupytercad', '_blank'); }, icon: homeIcon }); diff --git a/packages/jupytercad-extension/package.json b/packages/jupytercad-extension/package.json index e8c10015..6b27d783 100644 --- a/packages/jupytercad-extension/package.json +++ b/packages/jupytercad-extension/package.json @@ -7,9 +7,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/QuantStack/jupytercad", + "homepage": "https://github.com/jupyter-cad/jupytercad", "bugs": { - "url": "https://github.com/QuantStack/jupytercad/issues" + "url": "https://github.com/jupyter-cad/jupytercad/issues" }, "license": "BSD-3-Clause", "author": { @@ -24,7 +24,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "https://github.com/QuantStack/jupytercad.git" + "url": "https://github.com/jupyter-cad/jupytercad.git" }, "scripts": { "build": "jlpm build:schema && jlpm run build:lib && jlpm run build:worker && jlpm run build:labextension:dev", diff --git a/packages/jupytercad-opencascade/package.json b/packages/jupytercad-opencascade/package.json index 1ab955ba..6df542ab 100644 --- a/packages/jupytercad-opencascade/package.json +++ b/packages/jupytercad-opencascade/package.json @@ -6,9 +6,9 @@ "jupyter", "jupyterlab" ], - "homepage": "https://github.com/QuantStack/jupytercad", + "homepage": "https://github.com/jupyter-cad/jupytercad", "bugs": { - "url": "https://github.com/QuantStack/jupytercad/issues" + "url": "https://github.com/jupyter-cad/jupytercad/issues" }, "license": "BSD-3-Clause", "author": { @@ -23,7 +23,7 @@ "types": "lib/jupytercad.opencascade.d.ts", "repository": { "type": "git", - "url": "https://github.com/QuantStack/jupytercad.git" + "url": "https://github.com/jupyter-cad/jupytercad.git" }, "scripts": { "build": "node build_opencascade.js",