Skip to content

Commit 14080f5

Browse files
committed
Update URL
1 parent 04cea91 commit 14080f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# @jlab-enhanced/cell-toolbar
22

3-
![Github Actions Status](https://github.com/fcollonval/jlab-enhanced-cell-toolbar/workflows/Build/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fcollonval/jlab-enhanced-cell-toolbar/2.x?urlpath=lab) [![npm](https://img.shields.io/npm/v/@jlab-enhanced/cell-toolbar)](https://www.npmjs.com/package/@jlab-enhanced/cell-toolbar)
3+
![Github Actions Status](https://github.com/jupyterlab-contrib/jlab-enhanced-cell-toolbar/workflows/Build/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab-contrib/jlab-enhanced-cell-toolbar/2.x?urlpath=lab) [![npm](https://img.shields.io/npm/v/@jlab-enhanced/cell-toolbar)](https://www.npmjs.com/package/@jlab-enhanced/cell-toolbar)
44

55
A cell toolbar for JupyterLab.
66

7-
![Demonstration](https://raw.githubusercontent.com/fcollonval/jlab-enhanced-cell-toolbar/2.x/demo_cell_toolbar.gif)
7+
![Demonstration](https://raw.githubusercontent.com/jupyterlab-contrib/jlab-enhanced-cell-toolbar/2.x/demo_cell_toolbar.gif)
88

99
## Requirements
1010

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"jupyterlab",
88
"jupyterlab-extension"
99
],
10-
"homepage": "https://github.com/fcollonval/jlab-enhanced-cell-toolbar",
10+
"homepage": "https://github.com/jupyterlab-contrib/jlab-enhanced-cell-toolbar",
1111
"bugs": {
12-
"url": "https://github.com/fcollonval/jlab-enhanced-cell-toolbar/issues"
12+
"url": "https://github.com/jupyterlab-contrib/jlab-enhanced-cell-toolbar/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": "Frederic COLLONVAL",
@@ -23,7 +23,7 @@
2323
"style": "style/index.css",
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/fcollonval/jlab-enhanced-cell-toolbar.git"
26+
"url": "https://github.com/jupyterlab-contrib/jlab-enhanced-cell-toolbar.git"
2727
},
2828
"scripts": {
2929
"build": "tsc",

0 commit comments

Comments
 (0)