Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links to the repo #23

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
_commit: v4.3.5
_src_path: https://github.com/jupyterlab/extension-template
author_email: ''
author_name: QuantStack
author_name: JupyterLab Contrib Team
has_binder: false
has_settings: false
kind: frontend
labextension_name: jupyter-suggestions
project_short_description: A JupyterLab extension for suggesting changes.
python_name: jupyterlab_suggestions
repository: https://github.com/QuantStack/jupyter-suggestions
repository: https://github.com/jupyterlab-contrib/jupyter-suggestions
test: false

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `jlpm` command is JupyterLab's pinned version of

```bash
# Clone the repo to your local environment
git clone https://github.com/QuantStack/jupyter-suggestions.git
git clone https://github.com/jupyterlab-contrib/jupyter-suggestions.git
# Change directory to the jupytercad directory
cd jupyter-suggestions
# Install JupyterLab for jlpm
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
BSD 3-Clause License

Copyright (c) 2024, QuantStack
Copyright (c) 2024, JupyterLab Contrib Team
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyterlab_suggestions

[![Github Actions Status](https://github.com/QuantStack/jupyter-suggestions/workflows/Build/badge.svg)](https://github.com/QuantStack/jupyter-suggestions/actions/workflows/build.yml)
[![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)

A JupyterLab extension for suggesting changes.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/QuantStack/jupyter-suggestions",
"homepage": "https://github.com/jupyterlab-contrib/jupyter-suggestions",
"bugs": {
"url": "https://github.com/QuantStack/jupyter-suggestions/issues"
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions/issues"
},
"license": "BSD-3-Clause",
"author": "QuantStack",
Expand All @@ -21,7 +21,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/QuantStack/jupyter-suggestions.git"
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions.git"
},
"workspaces": [
"packages/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/QuantStack/jupyter-suggestions",
"homepage": "https://github.com/jupyterlab-contrib/jupyter-suggestions",
"bugs": {
"url": "https://github.com/QuantStack/jupyter-suggestions/issues"
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions/issues"
},
"license": "BSD-3-Clause",
"author": "QuantStack",
Expand All @@ -23,7 +23,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/QuantStack/jupyter-suggestions.git"
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions.git"
},
"scripts": {
"build": "tsc -b",
Expand Down
1 change: 1 addition & 0 deletions python/jupyter_suggestions/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
BSD 3-Clause License

Copyright (c) 2024, QuantStack
Copyright (c) 2024, JupyterLab Contrib Team
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions python/jupyter_suggestions_core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/QuantStack/jupyter-suggestions",
"homepage": "https://github.com/jupyterlab-contrib/jupyter-suggestions",
"bugs": {
"url": "https://github.com/QuantStack/jupyter-suggestions/issues"
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions/issues"
},
"license": "BSD-3-Clause",
"author": "QuantStack",
Expand All @@ -24,7 +24,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/QuantStack/jupyter-suggestions.git"
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down
1 change: 1 addition & 0 deletions python/jupyter_suggestions_rtc/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
BSD 3-Clause License

Copyright (c) 2024, QuantStack
Copyright (c) 2024, JupyterLab Contrib Team
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions python/jupyter_suggestions_rtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/QuantStack/jupyter-suggestions",
"homepage": "https://github.com/jupyterlab-contrib/jupyter-suggestions",
"bugs": {
"url": "https://github.com/QuantStack/jupyter-suggestions/issues"
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions/issues"
},
"license": "BSD-3-Clause",
"author": "QuantStack",
Expand All @@ -24,7 +24,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/QuantStack/jupyter-suggestions.git"
"url": "https://github.com/jupyterlab-contrib/jupyter-suggestions.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down
Loading