Skip to content

Commit 1f08ebe

Browse files
committed
Correct URLs
1 parent ba371e6 commit 1f08ebe

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,6 +1,6 @@
11
# jupyter-archive
22

3-
[![Binder](https://mybinder.org/badge_logo.svg)](https://beta.mybinder.org/v2/gh/hadim/jupyter-archive/master?urlpath=lab)
3+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab-contrib/jupyter-archive/master?urlpath=lab)
44
[![Build Status](https://travis-ci.com/hadim/jupyter-archive.svg?branch=master)](https://travis-ci.com/hadim/jupyter-archive)
55
[![Version](https://img.shields.io/npm/v/@hadim/jupyter-archive.svg)](https://www.npmjs.com/package/@hadim/jupyter-archive)
66
[![PyPI](https://img.shields.io/pypi/v/jupyter-archive)](https://pypi.org/project/jupyter-archive/)
@@ -16,9 +16,9 @@ Features:
1616
- Archive format can be set in the JLab settings.
1717
- Alternatively, you can choose the format in the file browser menu (the format setting needs to be set to `null`).
1818
- Decompress an archive directly in file browser.
19-
- Notebok client extension not available. [Contributions are welcome](https://github.com/hadim/jupyter-archive/issues/21).
19+
- Notebok client extension not available. [Contributions are welcome](https://github.com/jupyterlab-contrib/jupyter-archive/issues/21).
2020

21-
![jupyter-archive in action](https://raw.githubusercontent.com/hadim/jupyter-archive/master/archive.gif)
21+
![jupyter-archive in action](https://raw.githubusercontent.com/jupyterlab-contrib/jupyter-archive/master/archive.gif)
2222

2323
## Prerequisites
2424

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/hadim/jupyter-archive",
10+
"homepage": "https://github.com/jupyterlab-contrib/jupyter-archive",
1111
"bugs": {
12-
"url": "https://github.com/hadim/jupyter-archive/issues"
12+
"url": "https://github.com/jupyterlab-contrib/jupyter-archive/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": "hadim",
@@ -23,7 +23,7 @@
2323
"style": "style/index.css",
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/hadim/jupyter-archive.git"
26+
"url": "https://github.com/jupyterlab-contrib/jupyter-archive.git"
2727
},
2828
"scripts": {
2929
"build": "jlpm run build:lib",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
version=version,
5050
author="Hadrien Mary, Frederic Collonval",
5151
52-
url="https://github.com/hadim/jupyter-archive/",
52+
url="https://github.com/jupyterlab-contrib/jupyter-archive/",
5353
description="A Jupyter/Jupyterlab extension to make, download and extract archive files.",
5454
long_description=(pathlib.Path(HERE) / "README.md").read_text(),
5555
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)