Skip to content

Commit dd76721

Browse files
committed
Update URL
1 parent ae6248c commit dd76721

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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/main?urlpath=lab) [![npm](https://img.shields.io/npm/v/@jlab-enhanced/cell-toolbar)](https://www.npmjs.com/package/@jlab-enhanced/cell-toolbar) [![PyPI](https://img.shields.io/pypi/v/jlab-enhanced-cell-toolbar)](https://pypi.org/project/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/main?urlpath=lab) [![npm](https://img.shields.io/npm/v/@jlab-enhanced/cell-toolbar)](https://www.npmjs.com/package/@jlab-enhanced/cell-toolbar) [![PyPI](https://img.shields.io/pypi/v/jlab-enhanced-cell-toolbar)](https://pypi.org/project/jlab-enhanced-cell-toolbar)
44

55
A cell toolbar for JupyterLab.
66

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

99
## Requirements
1010

11-
- JupyterLab >= 3.0
11+
- JupyterLab >= 3.0
1212

1313
## Install
1414

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",
@@ -24,7 +24,7 @@
2424
"style": "style/index.css",
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/fcollonval/jlab-enhanced-cell-toolbar.git"
27+
"url": "https://github.com/jupyterlab-contrib/jlab-enhanced-cell-toolbar.git"
2828
},
2929
"scripts": {
3030
"build": "jlpm run build:lib && jlpm run build:labextension:dev",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
setup_args = dict(
6262
name=name.replace("_", "-"),
6363
version=str(parse(version)),
64-
url="https://github.com/fcollonval/jlab-enhanced-cell-toolbar.git",
64+
url="https://github.com/jupyterlab-contrib/jlab-enhanced-cell-toolbar.git",
6565
author="Frederic COLLONVAL",
6666
description="A cell toolbar for JupyterLab.",
6767
long_description= long_description,

0 commit comments

Comments
 (0)