Skip to content

Commit 9d2afc7

Browse files
authored
Merge pull request #18 from jupyter-robotics/updateLinks
Update repository links for new organisation
2 parents ddc8218 + 43322ca commit 9d2afc7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

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

3-
[![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)
3+
[![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)
44
Blockly extension for JupyterLab to control the Lego Boost
55

66
## Blockly

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"robot",
1111
"Boost"
1212
],
13-
"homepage": "https://github.com/QuantStack/jupyterlab-lego-boost",
13+
"homepage": "https://github.com/jupyter-robotics/jupyterlab-lego-boost",
1414
"bugs": {
15-
"url": "https://github.com/QuantStack/jupyterlab-lego-boost/issues"
15+
"url": "https://github.com/jupyter-robotics/jupyterlab-lego-boost/issues"
1616
},
1717
"license": "BSD-3-Clause",
1818
"author": {
1919
"name": "Denisa Checiu",
20-
"email": "me@test.com"
20+
"email": "denisa.checiu@quantstack.net"
2121
},
2222
"files": [
2323
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
@@ -28,7 +28,7 @@
2828
"style": "style/index.css",
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/QuantStack/jupyterlab-lego-boost.git"
31+
"url": "https://github.com/jupyter-robotics/jupyterlab-lego-boost.git"
3232
},
3333
"scripts": {
3434
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)