Skip to content

Commit ee3ed26

Browse files
authored
Update github URL (#365)
* Update github URL * Typo
1 parent 84e6ad6 commit ee3ed26

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
44

55
html_theme = "pydata_sphinx_theme"
6-
html_theme_options = {"github_url": "https://github.com/jupytercad/jupytercad"}
6+
html_theme_options = {"github_url": "https://github.com/jupytercad/JupyterCAD"}
77

88
extensions = [
99
"sphinx.ext.autodoc",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "@jupytercad/jupytercad-root",
33
"version": "2.0.0-alpha.9",
44
"private": true,
5-
"homepage": "https://github.com/jupytercad/jupytercad",
5+
"homepage": "https://github.com/jupytercad/JupyterCAD",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/jupytercad/jupytercad.git"
8+
"url": "https://github.com/jupytercad/JupyterCAD.git"
99
},
1010
"license": "BSD-3-Clause",
1111
"description": "A JupyterLab extension for 3D modelling.",

packages/base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"jupyterlab",
88
"jupyterlab-extension"
99
],
10-
"homepage": "https://github.com/jupytercad/jupytercad",
10+
"homepage": "https://github.com/jupytercad/JupyterCAD",
1111
"bugs": {
12-
"url": "https://github.com/jupytercad/jupytercad/issues"
12+
"url": "https://github.com/jupytercad/JupyterCAD/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": {
@@ -24,7 +24,7 @@
2424
"style": "style/index.css",
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/jupytercad/jupytercad.git"
27+
"url": "https://github.com/jupytercad/JupyterCAD.git"
2828
},
2929
"scripts": {
3030
"build": "tsc -b",

packages/occ-worker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"keywords": [
66
"jupytercad"
77
],
8-
"homepage": "https://github.com/jupytercad/jupytercad",
8+
"homepage": "https://github.com/jupytercad/JupyterCAD",
99
"bugs": {
10-
"url": "https://github.com/jupytercad/jupytercad/issues"
10+
"url": "https://github.com/jupytercad/JupyterCAD/issues"
1111
},
1212
"license": "BSD-3-Clause",
1313
"author": {
@@ -21,7 +21,7 @@
2121
"types": "lib/index.d.ts",
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/jupytercad/jupytercad.git"
24+
"url": "https://github.com/jupytercad/JupyterCAD.git"
2525
},
2626
"scripts": {
2727
"build:lib": "tsc -b",

packages/opencascade/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"jupyter",
77
"jupyterlab"
88
],
9-
"homepage": "https://github.com/jupytercad/jupytercad",
9+
"homepage": "https://github.com/jupytercad/JupyterCAD",
1010
"bugs": {
11-
"url": "https://github.com/jupytercad/jupytercad/issues"
11+
"url": "https://github.com/jupytercad/JupyterCAD/issues"
1212
},
1313
"license": "BSD-3-Clause",
1414
"author": {
@@ -25,7 +25,7 @@
2525
"types": "lib/index.d.ts",
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/jupytercad/jupytercad.git"
28+
"url": "https://github.com/jupytercad/JupyterCAD.git"
2929
},
3030
"scripts": {
3131
"build": "tsc && node build_opencascade_wasm.js",

packages/schema/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"keywords": [
66
"jupytercad"
77
],
8-
"homepage": "https://github.com/jupytercad/jupytercad",
8+
"homepage": "https://github.com/jupytercad/JupyterCAD",
99
"bugs": {
10-
"url": "https://github.com/jupytercad/jupytercad/issues"
10+
"url": "https://github.com/jupytercad/JupyterCAD/issues"
1111
},
1212
"license": "BSD-3-Clause",
1313
"author": {
@@ -22,7 +22,7 @@
2222
"style": "style/index.css",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/jupytercad/jupytercad.git"
25+
"url": "https://github.com/jupytercad/JupyterCAD.git"
2626
},
2727
"scripts": {
2828
"build": "jlpm build:schema && jlpm run build:lib",

python/jupytercad_app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"jupyterlab",
88
"jupyterlab-extension"
99
],
10-
"homepage": "https://github.com/jupytercad/jupytercad",
10+
"homepage": "https://github.com/jupytercad/JupyterCAD",
1111
"bugs": {
12-
"url": "https://github.com/jupytercad/jupytercad/issues"
12+
"url": "https://github.com/jupytercad/JupyterCAD/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": "JupyterCad contributors",
@@ -23,7 +23,7 @@
2323
"style": "style/index.css",
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/jupytercad/jupytercad.git"
26+
"url": "https://github.com/jupytercad/JupyterCAD.git"
2727
},
2828
"scripts": {
2929
"build": "jlpm clean:all && jlpm build:lib && webpack",

python/jupytercad_app/src/app/plugins/mainmenu/menuWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class MainMenu extends MenuBar {
2222
this._commands.addCommand('jupytercad:help-menu:documentation', {
2323
label: 'Documentation',
2424
execute: () => {
25-
window.open('https://github.com/jupytercad/jupytercad', '_blank');
25+
window.open('https://github.com/jupytercad/JupyterCAD', '_blank');
2626
},
2727
icon: homeIcon
2828
});

python/jupytercad_core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"jupyterlab",
88
"jupyterlab-extension"
99
],
10-
"homepage": "https://github.com/jupytercad/jupytercad",
10+
"homepage": "https://github.com/jupytercad/JupyterCAD",
1111
"bugs": {
12-
"url": "https://github.com/jupytercad/jupytercad/issues"
12+
"url": "https://github.com/jupytercad/JupyterCAD/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": "JupyterCad contributors",
@@ -22,7 +22,7 @@
2222
"style": "style/index.css",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/jupytercad/jupytercad.git"
25+
"url": "https://github.com/jupytercad/JupyterCAD.git"
2626
},
2727
"scripts": {
2828
"build": "jlpm build:lib && jlpm build:labextension:dev",

python/jupytercad_lab/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"jupyterlab",
88
"jupyterlab-extension"
99
],
10-
"homepage": "https://github.com/jupytercad/jupytercad",
10+
"homepage": "https://github.com/jupytercad/JupyterCAD",
1111
"bugs": {
12-
"url": "https://github.com/jupytercad/jupytercad/issues"
12+
"url": "https://github.com/jupytercad/JupyterCAD/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": "JupyterCad contributors",
@@ -22,7 +22,7 @@
2222
"style": "style/index.css",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/jupytercad/jupytercad.git"
25+
"url": "https://github.com/jupytercad/JupyterCAD.git"
2626
},
2727
"scripts": {
2828
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)