From 3c4b03e2d5243951855fd894aa701caff5363b6a Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Thu, 17 Aug 2023 12:48:22 +0200
Subject: [PATCH] fix link

---
 hugo/content/ex/sim/gisas/_index.md            | 4 ++--
 hugo/content/ex/sim/specular.md                | 2 +-
 hugo/content/ref/sim/_index.md                 | 2 +-
 hugo/content/ref/sim/class/depthprobe/index.md | 2 +-
 hugo/content/ref/sim/class/offspec/index.md    | 2 +-
 hugo/content/ref/sim/class/scattering/index.md | 2 +-
 hugo/content/ref/sim/class/specular/index.md   | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/hugo/content/ex/sim/gisas/_index.md b/hugo/content/ex/sim/gisas/_index.md
index bdb04eb3cf7..4229b0ad49c 100644
--- a/hugo/content/ex/sim/gisas/_index.md
+++ b/hugo/content/ex/sim/gisas/_index.md
@@ -22,7 +22,7 @@ a dilute random assembly of monodisperse cylindrical disks on a substrate.
 
 #### Function get_simulation
 
-The simulation of type [ScatteringSimulation](/py/sim/class/scattering)
+The simulation of type [ScatteringSimulation](/ref/sim/class/scattering)
 is defined by beam, sample, and detector.
 
 The incoming beam is defined by the constructor `Beam` with arguments intensity,
@@ -47,7 +47,7 @@ default pixel size (which is retrieved by `bp.simargs['n']` in function
 `get_simulation`.
 
 The function call `simulation.simulate()` runs the simulation and returns
-a [Datafield](/ref/result/datafield) object.
+a [Datafield](/ref/sim/simulation-result) object.
 
 
 ### Further reading
diff --git a/hugo/content/ex/sim/specular.md b/hugo/content/ex/sim/specular.md
index 477d2e4045e..51107332253 100644
--- a/hugo/content/ex/sim/specular.md
+++ b/hugo/content/ex/sim/specular.md
@@ -10,7 +10,7 @@ by a sample that consists of 10 Ti/Ni double layers on a Si substrate.
 
 ##### Full script
 
-The same script has been used in the tutorial to explain [usage](/py/start/run.md)
+The same script has been used in the tutorial to explain [usage](/py/run.md)
 and [syntax](/py/start/syntax.md) of BornAgain Python code.
 
 Root class reference: [SpecularSimulation](/ref/sim/class/specular).
diff --git a/hugo/content/ref/sim/_index.md b/hugo/content/ref/sim/_index.md
index bcfea9ff5c6..a1c99f4bd95 100644
--- a/hugo/content/ref/sim/_index.md
+++ b/hugo/content/ref/sim/_index.md
@@ -30,4 +30,4 @@ Setters:
 
 Getter:
 * `simulate()` - runs simulation and returns
-  [Datafield](/ref/result/datafield)
+  [Datafield](/ref/sim/simulation-result)
diff --git a/hugo/content/ref/sim/class/depthprobe/index.md b/hugo/content/ref/sim/class/depthprobe/index.md
index 79e0ee83572..669589a17aa 100644
--- a/hugo/content/ref/sim/class/depthprobe/index.md
+++ b/hugo/content/ref/sim/class/depthprobe/index.md
@@ -29,7 +29,7 @@ For the constructor arguments, see sections [scan](/ref/instr/scan),
 For optional settings, see [simulation options](/ref/sim/setup/options).
 
 For the return type of function `simulate()`,
-see [Datafield](/ref/result/datafield).
+see [Datafield](/ref/sim/simulation-result).
 
 #### Partial waves, modulus, phase
 
diff --git a/hugo/content/ref/sim/class/offspec/index.md b/hugo/content/ref/sim/class/offspec/index.md
index b6e727b8491..8333b14739a 100644
--- a/hugo/content/ref/sim/class/offspec/index.md
+++ b/hugo/content/ref/sim/class/offspec/index.md
@@ -22,7 +22,7 @@ For the constructor arguments, see sections [scan](/ref/instr/scan),
 For optional settings, see [simulation options](/ref/sim/setup/options).
 
 For the return type of function `simulate()`,
-see [Datafield](/ref/result/datafield).
+see [Datafield](/ref/sim/simulation-result).
 
 ##### Examples
 
diff --git a/hugo/content/ref/sim/class/scattering/index.md b/hugo/content/ref/sim/class/scattering/index.md
index cb950a98b6e..fbe8131f150 100644
--- a/hugo/content/ref/sim/class/scattering/index.md
+++ b/hugo/content/ref/sim/class/scattering/index.md
@@ -22,7 +22,7 @@ For the constructor arguments, see sections [beam](/ref/instr/beam),
 For optional settings, see [simulation options](/ref/sim/setup/options).
 
 For the return type of function `simulate()`,
-see [Datafield](/ref/result/datafield).
+see [Datafield](/ref/sim/simulation-result).
 
 ##### SAS vs GISAS
 
diff --git a/hugo/content/ref/sim/class/specular/index.md b/hugo/content/ref/sim/class/specular/index.md
index f9e42847aef..8daa1aa2283 100644
--- a/hugo/content/ref/sim/class/specular/index.md
+++ b/hugo/content/ref/sim/class/specular/index.md
@@ -21,7 +21,7 @@ and [sample](/ref/sample).
 For optional settings, see [simulation options](/ref/sim/setup/options).
 
 For the return type of function `simulate()`,
-see [Datafield](/ref/result/datafield).
+see [Datafield](/ref/sim/simulation-result).
 
 
 ##### Examples
-- 
GitLab