From c7f61c3333fd39e1f66b8211599279f80fe7fa6f Mon Sep 17 00:00:00 2001 From: thouska Date: Mon, 6 Mar 2023 15:29:34 +0100 Subject: [PATCH] Fix a link in tutorial --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 946e7f5d..9e42848d 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -58,4 +58,4 @@ And you will get something like depending on your random results. The optimal best values for the Rosenbrock function are *x=1* and *y=1*. -Check out chapter [Rosenbrock Tutorial](Tutorial\2-Rosenbrock.md# The Rosenbrock) to see how the Rosenbrock function really looks like. +Check out chapter [Rosenbrock Tutorial](https://spotpy.readthedocs.io/en/latest/Rosenbrock/# The Rosenbrock) to see how the Rosenbrock function really looks like.