diff --git a/README.md b/README.md index d6acad6..9b9cf78 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@
@@ -72,7 +72,7 @@ print(labels) ## Documentation -You can find the full documentation for Radius Clustering [here](https://lias-laboratory.github.io/radius_clustering/). +You can find the full documentation for Radius Clustering [here](https://contrib.scikit-learn.org/radius_clustering/). ### Building the documentation diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 3230f80..c2b93d6 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -224,7 +224,7 @@ install the package using the following commands: .. prompt:: bash - git clone git@github.com:lias-laboratory/radius_clustering.git # clone the repository + git clone git@github.com:scikit-learn-contrib/radius_clustering.git # clone the repository cd radius_clustering python -m venv rad-env source rad-env/bin/activate # activate