Skip to content

Commit 6240ba8

Browse files
authored
Merge pull request #5 from jupyter-robotics/updateLinks
Update repository links for new organisation
2 parents 1f83823 + ccad10b commit 6240ba8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jupyterlab-blockly-ipylgbst
22

3-
[![Github Actions Status](https://github.com/QuantStack/jupyterlab-blockly-ipylgbst/workflows/Build/badge.svg)](https://github.com/QuantStack/jupyterlab-blockly-ipylgbst/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantStack/jupyterlab-blockly-ipylgbst/main?urlpath=lab/tree/examples/demo.jpblockly)
3+
[![Github Actions Status](https://github.com/jupyter-robotics/jupyterlab-blockly-ipylgbst/workflows/Build/badge.svg)](https://github.com/jupyter-robotics/jupyterlab-blockly-ipylgbst/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-robotics/jupyterlab-blockly-ipylgbst/main?urlpath=lab/tree/examples/demo.jpblockly)
44
Blockly extension for JupyterLab to control the Lego Boost, using the ipylgbst library.
55

66
## Blockly

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"Lego Boost",
1111
"robot"
1212
],
13-
"homepage": "https://github.com/QuantStack/jupyterlab-blockly-ipylgbst",
13+
"homepage": "https://github.com/jupyter-robotics/jupyterlab-blockly-ipylgbst",
1414
"bugs": {
15-
"url": "https://github.com/QuantStack/jupyterlab-blockly-ipylgbst/issues"
15+
"url": "https://github.com/jupyter-robotics/jupyterlab-blockly-ipylgbst/issues"
1616
},
1717
"license": "BSD-3-Clause",
1818
"author": {
@@ -28,7 +28,7 @@
2828
"style": "style/index.css",
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/QuantStack/jupyterlab-blockly-ipylgbst.git"
31+
"url": "https://github.com/jupyter-robotics/jupyterlab-blockly-ipylgbst.git"
3232
},
3333
"scripts": {
3434
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)