Skip to content

Commit 8589a03

Browse files
authored
Update links to the repo (#23)
1 parent 588c3f2 commit 8589a03

File tree

10 files changed

+19
-16
lines changed

10 files changed

+19
-16
lines changed

.copier-answers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
_commit: v4.3.5
33
_src_path: https://github.com/jupyterlab/extension-template
44
author_email: ''
5-
author_name: QuantStack
5+
author_name: JupyterLab Contrib Team
66
has_binder: false
77
has_settings: false
88
kind: frontend
99
labextension_name: jupyter-suggestions
1010
project_short_description: A JupyterLab extension for suggesting changes.
1111
python_name: jupyterlab_suggestions
12-
repository: https://github.com/QuantStack/jupyter-suggestions
12+
repository: https://github.com/jupyterlab-contrib/jupyter-suggestions
1313
test: false
1414

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The `jlpm` command is JupyterLab's pinned version of
1010

1111
```bash
1212
# Clone the repo to your local environment
13-
git clone https://github.com/QuantStack/jupyter-suggestions.git
13+
git clone https://github.com/jupyterlab-contrib/jupyter-suggestions.git
1414
# Change directory to the jupytercad directory
1515
cd jupyter-suggestions
1616
# Install JupyterLab for jlpm

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
BSD 3-Clause License
22

33
Copyright (c) 2024, QuantStack
4+
Copyright (c) 2024, JupyterLab Contrib Team
45
All rights reserved.
56

67
Redistribution and use in source and binary forms, with or without

README.md

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

3-
[![Github Actions Status](https://github.com/QuantStack/jupyter-suggestions/workflows/Build/badge.svg)](https://github.com/QuantStack/jupyter-suggestions/actions/workflows/build.yml)
3+
[![Github Actions Status](https://github.com/jupyterlab-contrib/jupyter-suggestions/workflows/Build/badge.svg)](https://github.com/jupyterlab-contrib/jupyter-suggestions/actions/workflows/build.yml)
44

55
A JupyterLab extension for suggesting changes.
66

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"jupyterlab",
99
"jupyterlab-extension"
1010
],
11-
"homepage": "https://github.com/QuantStack/jupyter-suggestions",
11+
"homepage": "https://github.com/jupyterlab-contrib/jupyter-suggestions",
1212
"bugs": {
13-
"url": "https://github.com/QuantStack/jupyter-suggestions/issues"
13+
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions/issues"
1414
},
1515
"license": "BSD-3-Clause",
1616
"author": "QuantStack",
@@ -21,7 +21,7 @@
2121
],
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/QuantStack/jupyter-suggestions.git"
24+
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions.git"
2525
},
2626
"workspaces": [
2727
"packages/*",

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

python/jupyter_suggestions/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
BSD 3-Clause License
22

33
Copyright (c) 2024, QuantStack
4+
Copyright (c) 2024, JupyterLab Contrib Team
45
All rights reserved.
56

67
Redistribution and use in source and binary forms, with or without

python/jupyter_suggestions_core/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/QuantStack/jupyter-suggestions",
10+
"homepage": "https://github.com/jupyterlab-contrib/jupyter-suggestions",
1111
"bugs": {
12-
"url": "https://github.com/QuantStack/jupyter-suggestions/issues"
12+
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": "QuantStack",
@@ -24,7 +24,7 @@
2424
"style": "style/index.css",
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/QuantStack/jupyter-suggestions.git"
27+
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions.git"
2828
},
2929
"scripts": {
3030
"build": "jlpm build:lib && jlpm build:labextension:dev",

python/jupyter_suggestions_rtc/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
BSD 3-Clause License
22

33
Copyright (c) 2024, QuantStack
4+
Copyright (c) 2024, JupyterLab Contrib Team
45
All rights reserved.
56

67
Redistribution and use in source and binary forms, with or without

python/jupyter_suggestions_rtc/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/QuantStack/jupyter-suggestions",
10+
"homepage": "https://github.com/jupyterlab-contrib/jupyter-suggestions",
1111
"bugs": {
12-
"url": "https://github.com/QuantStack/jupyter-suggestions/issues"
12+
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": "QuantStack",
@@ -24,7 +24,7 @@
2424
"style": "style/index.css",
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/QuantStack/jupyter-suggestions.git"
27+
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions.git"
2828
},
2929
"scripts": {
3030
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)