Skip to content

Commit

Permalink
Merge pull request #18 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 committed Aug 21, 2024
2 parents ddc8218 + 43322ca commit 9d2afc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyterlab-lego-boost

[![Github Actions Status](https://github.com/QuantStack/jupyterlab-lego-boost/workflows/Build/badge.svg)](https://github.com/QuantStack/jupyterlab-lego-boost/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantStack/jupyterlab-lego-boost/main?urlpath=lab)
[![Github Actions Status](https://github.com/jupyter-robotics/jupyterlab-lego-boost/workflows/Build/badge.svg)](https://github.com/jupyter-robotics/jupyterlab-lego-boost/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-robotics/jupyterlab-lego-boost/main?urlpath=lab)
Blockly extension for JupyterLab to control the Lego Boost

## Blockly
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"robot",
"Boost"
],
"homepage": "https://github.com/QuantStack/jupyterlab-lego-boost",
"homepage": "https://github.com/jupyter-robotics/jupyterlab-lego-boost",
"bugs": {
"url": "https://github.com/QuantStack/jupyterlab-lego-boost/issues"
"url": "https://github.com/jupyter-robotics/jupyterlab-lego-boost/issues"
},
"license": "BSD-3-Clause",
"author": {
"name": "Denisa Checiu",
"email": "[email protected]"
"email": "[email protected]"
},
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
Expand All @@ -28,7 +28,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/QuantStack/jupyterlab-lego-boost.git"
"url": "https://github.com/jupyter-robotics/jupyterlab-lego-boost.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down

0 comments on commit 9d2afc7

Please sign in to comment.