From 5ee7a1749b14dda671396e493d8c9584d5280b67 Mon Sep 17 00:00:00 2001
From: Steffen Hauf <haufs@max-exfl057.desy.de>
Date: Mon, 11 Jun 2018 19:30:06 +0200
Subject: [PATCH] More docs

---
 docs/source/installation.rst | 2 +-
 docs/source/workflow.rst     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index 91a2fece1..e8234b413 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -39,5 +39,5 @@ all prerequisites and this tool chain by running::
 
     pip install -r requirements.txt .
     
-After installation, you should adjust the configuration_ and settings to
+After installation, you should adjust the `configuration`_ and settings to
 match your environment.
\ No newline at end of file
diff --git a/docs/source/workflow.rst b/docs/source/workflow.rst
index 5a7191c21..c501405db 100644
--- a/docs/source/workflow.rst
+++ b/docs/source/workflow.rst
@@ -294,7 +294,7 @@ launch a concurrent job and generate a report out of notebook. If it fails to ru
 normal Jupyter notebook environment, it will certainly fail in the tool chain environment.
 
 Once you are satisfied with your current state of initial development, you can add it
-to the list of notebooks as mentioned in the configuration_ section.
+to the list of notebooks as mentioned in the `configuration`_ section.
 
 Any changes you now make in the notebook will be automatically propagated to the command line.
 Specifically, you should verify that all arguments are parsed correctly, e.g. by calling::
-- 
GitLab