diff --git a/CHANGELOG.md b/CHANGELOG.md index 8358955..9e233aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,15 @@ ## 0.4.2 -([Full Changelog](https://github.com/Zsailer/jupyterlab-cell-diff/compare/v0.4.1...822c684ae378d6c22af60940bf38d0f7c2a89ab4)) +([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/compare/v0.4.1...822c684ae378d6c22af60940bf38d0f7c2a89ab4)) ### Bugs fixed -- add logic to remove the 'compare' button [#2](https://github.com/Zsailer/jupyterlab-cell-diff/pull/2) ([@Zsailer](https://github.com/Zsailer)) +- add logic to remove the 'compare' button [#2](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/pull/2) ([@Zsailer](https://github.com/Zsailer)) ### Contributors to this release -([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)) +([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)) [@Zsailer](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-cell-diff+involves%3AZsailer+updated%3A2025-01-03..2025-01-03&type=Issues) @@ -20,15 +20,15 @@ ## 0.4.1 -([Full Changelog](https://github.com/Zsailer/jupyterlab-cell-diff/compare/v0.4.0...8a4b27aaef88370762f7173b94d472be7b230e52)) +([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/compare/v0.4.0...8a4b27aaef88370762f7173b94d472be7b230e52)) ### Enhancements made -- Remove old diffs when a new diff is created [#1](https://github.com/Zsailer/jupyterlab-cell-diff/pull/1) ([@Zsailer](https://github.com/Zsailer)) +- 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)) ### Contributors to this release -([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)) +([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)) [@Zsailer](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-cell-diff+involves%3AZsailer+updated%3A2024-12-20..2025-01-03&type=Issues) diff --git a/README.md b/README.md index 48af9bd..a523864 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JupyterLab Plugin: Show a Cell Diff -[![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) +[![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) A JupyterLab Extension for showing cell (git) diffs. diff --git a/package.json b/package.json index 955cb1e..4d42244 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/Zsailer/jupyterlab-cell-diff", + "homepage": "https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff", "bugs": { - "url": "https://github.com/Zsailer/jupyterlab-cell-diff/issues" + "url": "https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/issues" }, "license": "BSD-3-Clause", "author": { @@ -26,7 +26,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "https://github.com/Zsailer/jupyterlab-cell-diff.git" + "url": "https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff.git" }, "scripts": { "build": "jlpm build:lib && jlpm build:labextension:dev",