From 91434159b8ae847455beca29e65d2eef74f9a1bb Mon Sep 17 00:00:00 2001 From: Mikhail Svechnikov <m.svechnikov@fz-juelich.de> Date: Thu, 24 Aug 2023 10:10:01 +0200 Subject: [PATCH] fix broken links --- hugo/content/dev/build.md | 2 +- hugo/content/ex/result/export/axes-in-different-units/index.md | 2 +- hugo/content/py/syntax.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo/content/dev/build.md b/hugo/content/dev/build.md index 45e625fae3f..14b6435995d 100644 --- a/hugo/content/dev/build.md +++ b/hugo/content/dev/build.md @@ -24,6 +24,6 @@ Of these, clang-format is not controlled by `make`, but must be run manually. Optionally, the following tools can be needed: - Graphviz, to visualize project hierarchy with doxygen; -- hugo, to generate [web documentation](/howto/contribute-to-documentation). +- hugo, to generate [web documentation](/dev/webdoc). {{% children %}} diff --git a/hugo/content/ex/result/export/axes-in-different-units/index.md b/hugo/content/ex/result/export/axes-in-different-units/index.md index 442423ad7fb..01f7faa7f7b 100644 --- a/hugo/content/ex/result/export/axes-in-different-units/index.md +++ b/hugo/content/ex/result/export/axes-in-different-units/index.md @@ -6,7 +6,7 @@ weight = 20 ### Plotting with axes in different units In this example we demonstrate how to plot intensity data with detector axes expressed in different units. It serves as a supporting example to the -[Accessing simulation results](/ex/result/export/more) tutorial. +[Accessing simulation results](/ex/result/export) tutorial. * The standard [Cylinders in DWBA](/ex/sim/gisas) sample is used to setup the simulation. diff --git a/hugo/content/py/syntax.md b/hugo/content/py/syntax.md index 347e5da83d8..7743c476cd4 100644 --- a/hugo/content/py/syntax.md +++ b/hugo/content/py/syntax.md @@ -68,7 +68,7 @@ result = simulation.simulate() ``` construct a sample and instrument model and run a simulation. The function `simulate()` returns a -[Datafield](/ref/sim/simulation-result) instance. +[Datafield](/ref/result/datafield) instance. The line ```python -- GitLab