From 30adafed5cedc523b040536432046d8fbbf5942a Mon Sep 17 00:00:00 2001 From: Mikhail Svechnikov <m.svechnikov@fz-juelich.de> Date: Thu, 24 Aug 2023 11:32:39 +0200 Subject: [PATCH] fix links --- hugo/content/ex/sim/gisas/_index.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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hugo/content/ex/sim/gisas/_index.md b/hugo/content/ex/sim/gisas/_index.md index 4229b0ad49c..7baddf824cb 100644 --- a/hugo/content/ex/sim/gisas/_index.md +++ b/hugo/content/ex/sim/gisas/_index.md @@ -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/sim/simulation-result) object. +a [Datafield](/ref/result/datafield) object. ### Further reading diff --git a/hugo/content/ref/sim/_index.md b/hugo/content/ref/sim/_index.md index a1c99f4bd95..bcfea9ff5c6 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/sim/simulation-result) + [Datafield](/ref/result/datafield) diff --git a/hugo/content/ref/sim/class/depthprobe/index.md b/hugo/content/ref/sim/class/depthprobe/index.md index 3f5301d8ca5..235ebe64c27 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/sim/simulation-result). +see [Datafield](/ref/result/datafield). #### 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 8333b14739a..b6e727b8491 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/sim/simulation-result). +see [Datafield](/ref/result/datafield). ##### Examples diff --git a/hugo/content/ref/sim/class/scattering/index.md b/hugo/content/ref/sim/class/scattering/index.md index 7684a00331a..dbfb3568907 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/sim/simulation-result). +see [Datafield](/ref/result/datafield). ##### SAS vs GISAS diff --git a/hugo/content/ref/sim/class/specular/index.md b/hugo/content/ref/sim/class/specular/index.md index 94a4cf27d85..9d16ac40112 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/sim/simulation-result). +see [Datafield](/ref/result/datafield). ##### Examples -- GitLab