Skip to content

Commit ddb76e7

Browse files
authored
Update links (#6)
1 parent 3a7fd03 commit ddb76e7

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
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.4.0
33
_src_path: https://github.com/jupyterlab/extension-template
44
author_email: ''
5-
author_name: Jeremy Tuloup
5+
author_name: Project Jupyter
66
has_binder: false
77
has_settings: true
88
kind: frontend
99
labextension_name: jupyterlab-ai-commands
1010
project_short_description: A set of commands for AI in JupyterLab
1111
python_name: jupyterlab_ai_commands
12-
repository: https://github.com/jtpio/jupyterlab-ai-commands
12+
repository: https://github.com/jupyter-ai-contrib/jupyterlab-ai-commands
1313
test: true
1414

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
## 0.1.2
66

7-
([Full Changelog](https://github.com/jtpio/jupyterlab-ai-commands/compare/v0.1.1...22a6a404c6bd1e2efff3e377108c77c4935fde9f))
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-ai-commands/compare/v0.1.1...22a6a404c6bd1e2efff3e377108c77c4935fde9f))
88

99
### Enhancements made
1010

11-
- Add `list-directory` [#1](https://github.com/jtpio/jupyterlab-ai-commands/pull/1) ([@jtpio](https://github.com/jtpio))
11+
- Add `list-directory` [#1](https://github.com/jupyter-ai-contrib/jupyterlab-ai-commands/pull/1) ([@jtpio](https://github.com/jtpio))
1212

1313
### Contributors to this release
1414

15-
([GitHub contributors page for this release](https://github.com/jtpio/jupyterlab-ai-commands/graphs/contributors?from=2025-10-30&to=2025-10-31&type=c))
15+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyterlab-ai-commands/graphs/contributors?from=2025-10-30&to=2025-10-31&type=c))
1616

1717
[@jtpio](https://github.com/search?q=repo%3Ajtpio%2Fjupyterlab-ai-commands+involves%3Ajtpio+updated%3A2025-10-30..2025-10-31&type=Issues)
1818

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) 2025, Jeremy Tuloup
4+
Copyright (c) 2025, Project Jupyter
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-ai-commands
22

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

55
A set of commands for AI in JupyterLab
66

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"jupyterlab",
88
"jupyterlab-extension"
99
],
10-
"homepage": "https://github.com/jtpio/jupyterlab-ai-commands",
10+
"homepage": "https://github.com/jupyter-ai-contrib/jupyterlab-ai-commands",
1111
"bugs": {
12-
"url": "https://github.com/jtpio/jupyterlab-ai-commands/issues"
12+
"url": "https://github.com/jupyter-ai-contrib/jupyterlab-ai-commands/issues"
1313
},
1414
"license": "BSD-3-Clause",
15-
"author": "Jeremy Tuloup",
15+
"author": "Project Jupyter",
1616
"files": [
1717
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
1818
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
@@ -24,7 +24,7 @@
2424
"style": "style/index.css",
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/jtpio/jupyterlab-ai-commands.git"
27+
"url": "https://github.com/jupyter-ai-contrib/jupyterlab-ai-commands.git"
2828
},
2929
"scripts": {
3030
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)