Skip to content

Commit

Permalink
Update links to repository (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Nov 9, 2023
1 parent 1e07aac commit 0df40ae
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/jupytercad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand Down
6 changes: 3 additions & 3 deletions packages/jupytercad-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/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": {
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/jupytercad-opencascade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 0df40ae

Please sign in to comment.