Skip to content

Commit ee91e91

Browse files
authored
Fix links after the move to the jupyter-ai-contrib organization (#7)
* Update repository and homepage URLs in package.json * Update GitHub Actions badge link in README * Fix repository links in CHANGELOG.md
1 parent 03cbfe4 commit ee91e91

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

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

55
## 0.4.2
66

7-
([Full Changelog](https://github.com/Zsailer/jupyterlab-cell-diff/compare/v0.4.1...822c684ae378d6c22af60940bf38d0f7c2a89ab4))
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/compare/v0.4.1...822c684ae378d6c22af60940bf38d0f7c2a89ab4))
88

99
### Bugs fixed
1010

11-
- add logic to remove the 'compare' button [#2](https://github.com/Zsailer/jupyterlab-cell-diff/pull/2) ([@Zsailer](https://github.com/Zsailer))
11+
- add logic to remove the 'compare' button [#2](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/pull/2) ([@Zsailer](https://github.com/Zsailer))
1212

1313
### Contributors to this release
1414

15-
([GitHub contributors page for this release](https://github.com/Zsailer/jupyterlab-cell-diff/graphs/contributors?from=2025-01-03&to=2025-01-03&type=c))
15+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/graphs/contributors?from=2025-01-03&to=2025-01-03&type=c))
1616

1717
[@Zsailer](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-cell-diff+involves%3AZsailer+updated%3A2025-01-03..2025-01-03&type=Issues)
1818

1919
<!-- <END NEW CHANGELOG ENTRY> -->
2020

2121
## 0.4.1
2222

23-
([Full Changelog](https://github.com/Zsailer/jupyterlab-cell-diff/compare/v0.4.0...8a4b27aaef88370762f7173b94d472be7b230e52))
23+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/compare/v0.4.0...8a4b27aaef88370762f7173b94d472be7b230e52))
2424

2525
### Enhancements made
2626

27-
- Remove old diffs when a new diff is created [#1](https://github.com/Zsailer/jupyterlab-cell-diff/pull/1) ([@Zsailer](https://github.com/Zsailer))
27+
- Remove old diffs when a new diff is created [#1](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/pull/1) ([@Zsailer](https://github.com/Zsailer))
2828

2929
### Contributors to this release
3030

31-
([GitHub contributors page for this release](https://github.com/Zsailer/jupyterlab-cell-diff/graphs/contributors?from=2024-12-20&to=2025-01-03&type=c))
31+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/graphs/contributors?from=2024-12-20&to=2025-01-03&type=c))
3232

3333
[@Zsailer](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-cell-diff+involves%3AZsailer+updated%3A2024-12-20..2025-01-03&type=Issues)
3434

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JupyterLab Plugin: Show a Cell Diff
22

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

55
A JupyterLab Extension for showing cell (git) diffs.
66

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/Zsailer/jupyterlab-cell-diff",
10+
"homepage": "https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff",
1111
"bugs": {
12-
"url": "https://github.com/Zsailer/jupyterlab-cell-diff/issues"
12+
"url": "https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": {
@@ -26,7 +26,7 @@
2626
"style": "style/index.css",
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/Zsailer/jupyterlab-cell-diff.git"
29+
"url": "https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff.git"
3030
},
3131
"scripts": {
3232
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)