From 0a9c8b7a0dd9683f0da88fab909eaf6f91957bd2 Mon Sep 17 00:00:00 2001
From: "ivan.kondov" <ivan.kondov@kit.edu>
Date: Sun, 8 Dec 2019 23:30:10 +0100
Subject: [PATCH] corrected paths in text

---
 docs/advanced.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/advanced.rst b/docs/advanced.rst
index fc8d630..c29720c 100644
--- a/docs/advanced.rst
+++ b/docs/advanced.rst
@@ -16,7 +16,7 @@ launched by any fireworker with name *uc1* that is configured to process categor
   _fworker: uc1
 
 A matching fireworker is configured in file
-**demos/6_advanced/fworker_uc1_turbomole.yaml**::
+**demos/6_advanced/config/fworker_uc1_turbomole.yaml**::
 
   name: uc1
   category: [turbomole]
@@ -94,7 +94,7 @@ detected by ``rlaunch`` or by ``qlaunch`` on the Fireworker. After that the
 state of the more recent firework is changed from *READY* to *COMPLETED* without
 launching it and begins sharing the (most recent) launcher of the duplicate(s).
 To understand how this works let us start two workflows **dupefinder_1.yaml**
-and **dupefinder_1.yaml** in **/demos/6_advanced/inputs/** have a whole
+and **dupefinder_1.yaml** in **demos/6_advanced/inputs/** have a whole
 identical section including four fireworks (1-4)::
 
   lpad reset
-- 
GitLab