Skip to content

Commit

Permalink
Merge pull request #5 from jupyter-robotics/updateLinks
Browse files Browse the repository at this point in the history
Update repository links for new organisation
  • Loading branch information
DenisaCG authored Aug 21, 2024
2 parents 1f83823 + ccad10b commit 6240ba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyterlab-blockly-ipylgbst

[![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)
[![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)
Blockly extension for JupyterLab to control the Lego Boost, using the ipylgbst library.

## Blockly
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"Lego Boost",
"robot"
],
"homepage": "https://github.com/QuantStack/jupyterlab-blockly-ipylgbst",
"homepage": "https://github.com/jupyter-robotics/jupyterlab-blockly-ipylgbst",
"bugs": {
"url": "https://github.com/QuantStack/jupyterlab-blockly-ipylgbst/issues"
"url": "https://github.com/jupyter-robotics/jupyterlab-blockly-ipylgbst/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -28,7 +28,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/QuantStack/jupyterlab-blockly-ipylgbst.git"
"url": "https://github.com/jupyter-robotics/jupyterlab-blockly-ipylgbst.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down

0 comments on commit 6240ba8

Please sign in to comment.