From 8bda6c9050104c5899e46b5daf3c915d1d5fca77 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Mon, 27 Mar 2023 09:29:17 +0200
Subject: [PATCH] correct paths to galaxi figures

---
 hugo/content/py/fitting/instrument-description/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hugo/content/py/fitting/instrument-description/index.md b/hugo/content/py/fitting/instrument-description/index.md
index 04720f955ce..cadb60ea33c 100644
--- a/hugo/content/py/fitting/instrument-description/index.md
+++ b/hugo/content/py/fitting/instrument-description/index.md
@@ -22,7 +22,7 @@ Our sample represents a 3-layer system (substrate, teflon and air)
 with Ag nanoparticles sitting on top of the teflon layer.
 The PILATUS 1M detector was placed at a distance of 1730 mm from the sample.
 
-{{< figscg src="./setup_galaxi_experiment.png" class="center" >}}
+{{< figscg src="/img/draw/setup_galaxi_experiment.png" class="center" >}}
 
 The results of the measurement are represented by the intensity image taken in certain conditions
 (beam wavelength, inclination angle, detector position) and stored in a 32-bit tiff file. To be able to fit these data we have to
@@ -77,8 +77,8 @@ simulation.setRegionOfInterest(85.0, 70.0, 120.0, 92.)
 ```
 
 {{< galleryscg >}}
-{{< figscg src="./galaxi_imported_data.png" width="350px" class="center">}}
-{{< figscg src="./galaxi_cropped_data.png" width="350px" class="center">}}
+{{< figscg src="/img/draw/galaxi_imported_data.png" width="350px" class="center">}}
+{{< figscg src="/img/draw/galaxi_cropped_data.png" width="350px" class="center">}}
 {{< /galleryscg >}}
 
 The final simulation setup looks as follows:
-- 
GitLab