Skip to content

Commit d4bad1a

Browse files
committed
Update repo references
1 parent 687e50d commit d4bad1a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 pythreejs, you will first need to clone
77
the repository::
88

9-
git clone https://github.com/jovyan/pythreejs.git
9+
git clone https://github.com/jupyter-widgets/pythreejs.git
1010
cd pythreejs
1111

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

js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Jupyter ThreeJS Widget
44
Interactive Threejs widget for the Jupyter notebook
55

66
The reference Python backend, `pythreejs` is available
7-
[here](https://github.com/jovyan/pythreejs), with examples.
7+
[here](https://github.com/jupyter-widgets/pythreejs), with examples.
88

99
Package Install
1010
---------------

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "dist/index.js",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/jovyan/pythreejs.git"
10+
"url": "https://github.com/jupyter-widgets/pythreejs.git"
1111
},
1212
"scripts": {
1313
"clean": "rimraf dist && rimraf ../pythreejs/static && rimraf lab-dist && node ./scripts/clean-generated-files.js",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
'cmdclass': cmdclass,
9595
'author': 'PyThreejs Development Team',
9696
'author_email': '[email protected]',
97-
'url': 'https://github.com/jovyan/pythreejs',
97+
'url': 'https://github.com/jupyter-widgets/pythreejs',
9898
'keywords': ['ipython', 'jupyter', 'widgets', 'webgl', 'graphics', '3d'],
9999
'classifiers': [
100100
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)