Skip to content

Commit e656436

Browse files
authored
Merge pull request #48 from scikit-learn-contrib/fix/broken-links
Update project URLs
2 parents 0fb108f + f78d84b commit e656436

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<p align="center">
2-
<a href="https://github.com/lias-laboratory/radius_clustering/blob/main/LICENSE"><img alt="License: GPLv3" src="https://img.shields.io/github/license/lias-laboratory/radius_clustering"></a>
2+
<a href="https://github.com/scikit-learn-contrib/radius_clustering/blob/main/LICENSE"><img alt="License: GPLv3" src="https://img.shields.io/github/license/scikit-learn-contrib/radius_clustering"></a>
33
<a href="https://pypi.org/project/radius-clustering/"><img alt="PyPI" src="https://img.shields.io/pypi/v/radius-clustering"></a>
44
<a href="https://docs.astral.sh/ruff/"><img alt="Code style: Ruff" src="https://img.shields.io/badge/style-ruff-41B5BE?style=flat"></a>
5-
<a href="https://lias-laboratory.github.io/radius_clustering/"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/lias-laboratory/radius_clustering/sphinx.yml?label=Doc%20Building"></a>
5+
<a href="https://contrib.scikit-learn.org/radius_clustering/"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/scikit-learn-contrib/radius_clustering/sphinx.yml?label=Doc%20Building"></a>
66
<a><img alt="Python version supported" src="https://img.shields.io/pypi/pyversions/radius-clustering"></a>
77
<a href="https://codecov.io/gh/scikit-learn-contrib/radius_clustering"><img alt="Codecov" src="https://codecov.io/gh/scikit-learn-contrib/radius_clustering/branch/master/graph/badge.svg"></a>
88
<a href="https://mybinder.org/v2/gh/scikit-learn-contrib/radius_clustering/HEAD?urlpath=%2Fdoc%2Ftree%2Fnotebooks%2Fcomparison_example.ipynb"><img alt="Binder" src="https://mybinder.org/badge_logo.svg"></a>
9-
<a href="https://doi.org/10.5281/zenodo.15830087"><img src="https://zenodo.org/badge/887316842.svg" alt="DOI"></a>
9+
<a href="https://zenodo.org/badge/latestdoi/887316842"><img src="https://zenodo.org/badge/887316842.svg" alt="DOI"></a>
1010

1111
</p>
1212

@@ -72,7 +72,7 @@ print(labels)
7272

7373
## Documentation
7474

75-
You can find the full documentation for Radius Clustering [here](https://lias-laboratory.github.io/radius_clustering/).
75+
You can find the full documentation for Radius Clustering [here](https://contrib.scikit-learn.org/radius_clustering/).
7676

7777
### Building the documentation
7878

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ install the package using the following commands:
224224

225225
.. prompt:: bash
226226

227-
git clone [email protected]:lias-laboratory/radius_clustering.git # clone the repository
227+
git clone [email protected]:scikit-learn-contrib/radius_clustering.git # clone the repository
228228
cd radius_clustering
229229
python -m venv rad-env
230230
source rad-env/bin/activate # activate

0 commit comments

Comments
 (0)