From 459380421f049c58ff03e708a56a79b2216d2346 Mon Sep 17 00:00:00 2001 From: "Marcus D. Bloice" Date: Thu, 12 Sep 2024 09:22:12 +0200 Subject: [PATCH] Fixed broken link to Read the Docs location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bbb2b4..27b50f0 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ See the `parea_2()` helper function for a pre-built version of structure above. ## Extensible Pyrea has been designed to be extensible. It allows you to use Pyrea's data fusion techniques with custom clustering algorithms that can be loaded in to Pyrea at run-time. -By providing a `View` with a `ClusterMethod` object, it makes providing custom clustering algorithms uncomplicated. See [`Extending Pyrea`](https://pyrea.readthedocs.io/pyrea/extending.html#custom-clustering-algorithms) for details. +By providing a `View` with a `ClusterMethod` object, it makes providing custom clustering algorithms uncomplicated. See [`Extending Pyrea`](https://pyrea.readthedocs.io/en/latest/extending.html) for details. # Work In Progress and Future Work Several features are currently work in progress, future updates will include