Skip to content

Commit c8c019f

Browse files
committed
Update links
1 parent b57d6c9 commit c8c019f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/source/develop-install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Developer install
66
To install a developer version of ipynao, you will first need to clone
77
the repository::
88

9-
git clone https://github.com/QuantStack/ipynao
9+
git clone https://github.com/jupyter-robotics/ipynao
1010
cd ipynao
1111

1212
Next, install it with a develop install using pip::

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"dist/*.js",
1414
"css/*.css"
1515
],
16-
"homepage": "https://github.com/QuantStack/ipynao",
16+
"homepage": "https://github.com/jupyter-robotics/ipynao",
1717
"bugs": {
18-
"url": "https://github.com/QuantStack/ipynao/issues"
18+
"url": "https://github.com/jupyter-robotics/ipynao/issues"
1919
},
2020
"license": "BSD-3-Clause",
2121
"author": {
@@ -26,7 +26,7 @@
2626
"types": "./lib/index.d.ts",
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/ihuicatl/ipynao"
29+
"url": "https://github.com/jupyter-robotics/ipynao"
3030
},
3131
"scripts": {
3232
"build": "yarn run build:lib && yarn run build:nbextension && yarn run build:labextension:dev",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test = [
5555
]
5656

5757
[project.urls]
58-
Homepage = "https://github.com/QuantStack/ipynao"
58+
Homepage = "https://github.com/jupyter-robotics/ipynao"
5959

6060
[tool.hatch.build]
6161
artifacts = [

0 commit comments

Comments
 (0)