Skip to content

Commit d4306c4

Browse files
committed
MNT change url to sk-contrib
1 parent 58f843e commit d4306c4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ FastCan: A Fast Canonical-Correlation-Based Feature Selection Algorithm
55
.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/fastcan.svg
66
:target: https://anaconda.org/conda-forge/fastcan
77

8-
.. |Codecov| image:: https://codecov.io/gh/MatthewSZhang/fastcan/branch/main/graph/badge.svg
9-
:target: https://codecov.io/gh/MatthewSZhang/fastcan
8+
.. |Codecov| image:: https://codecov.io/gh/scikit-learn-contrib/fastcan/branch/main/graph/badge.svg
9+
:target: https://codecov.io/gh/scikit-learn-contrib/fastcan
1010

11-
.. |CI| image:: https://github.com/MatthewSZhang/fastcan/actions/workflows/ci.yml/badge.svg
12-
:target: https://github.com/MatthewSZhang/fastcan/actions
11+
.. |CI| image:: https://github.com/scikit-learn-contrib/fastcan/actions/workflows/ci.yml/badge.svg
12+
:target: https://github.com/scikit-learn-contrib/fastcan/actions
1313

1414
.. |Doc| image:: https://readthedocs.org/projects/fastcan/badge/?version=latest
1515
:target: https://fastcan.readthedocs.io/en/latest/?badge=latest

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ classifiers = [
2828

2929
[project.urls]
3030
homepage = "https://fastcan.readthedocs.io/en/latest/"
31-
source = "https://github.com/MatthewSZhang/fastcan"
31+
source = "https://github.com/scikit-learn-contrib/fastcan"
3232
download = "https://pypi.org/project/fastcan/#files"
33-
tracker = "https://github.com/MatthewSZhang/fastcan/issues"
33+
tracker = "https://github.com/scikit-learn-contrib/fastcan/issues"
3434

3535
[project.optional-dependencies]
3636
docs = ["furo", "matplotlib", "sphinx_gallery", "sphinx-design"]

0 commit comments

Comments
 (0)