From 8bb7fefde75e2da71311fc9231c70dd5aab298aa Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Sun, 24 Dec 2023 15:33:19 +0100 Subject: [PATCH] Fix link to documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29d1ac3324..59fcbb9f2d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ An extensive user guide, as well as an API documentation for developers, is avai * Instructions for [installing the software package](https://mlrl-boomer.readthedocs.io/en/latest/quickstart/installation.html) or [building the project from source](https://mlrl-boomer.readthedocs.io/en/latest/development/compilation.html). * Examples of how to [use the algorithm](https://mlrl-boomer.readthedocs.io/en/latest/quickstart/usage.html) in your own Python code or how to use the [command line API](https://mlrl-boomer.readthedocs.io/en/latest/quickstart/testbed.html). -* An overview of available [parameters](https://mlrl-boomer.readthedocs.io/en/latest/quickstart/parameters.html). +* An overview of available [parameters](https://mlrl-boomer.readthedocs.io/en/latest/user_guide/boosting/parameters.html). A collection of benchmark datasets that are compatible with the algorithm are provided in a separate [repository](https://github.com/mrapp-ke/Boomer-Datasets).