From a9d1ae4fe2b2769ce5d34832c3aa60bdd4dde331 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Wed, 8 May 2019 11:34:19 +0200 Subject: [PATCH] Fix broken link in the RTD. --- doc/RTD/source/Task/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/RTD/source/Task/index.rst b/doc/RTD/source/Task/index.rst index 41fa06b04c..2c95ab9a5a 100644 --- a/doc/RTD/source/Task/index.rst +++ b/doc/RTD/source/Task/index.rst @@ -10,7 +10,7 @@ This section of the documentation includes information on the task system available in SWIFT, as well as how to implement your own task. SWIFT can produce a graph containing all the dependencies. -Everything is described in :ref:`_Analysis_Tools`. +Everything is described in :ref:`Analysis_Tools`. .. toctree:: -- GitLab