diff --git a/hugo/Testing/Temporary/CTestCostData.txt b/hugo/Testing/Temporary/CTestCostData.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ed97d539c095cf1413af30cc23dea272095b97dd
--- /dev/null
+++ b/hugo/Testing/Temporary/CTestCostData.txt
@@ -0,0 +1 @@
+---
diff --git a/hugo/content/dev/build.md b/hugo/content/dev/build.md
index 45e625fae3fa072080c6a9a803c097d583f235b2..14b6435995dd71c0bee399cd2828211110b641b7 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 442423ad7fb49a535269d05e1d867fd898df6445..01f7faa7f7bb5dc5587bdf006f87e0ed38b2f61c 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 347e5da83d808f5f7729779193bdce5bcedd0cdf..7743c476cd4c7d2efa23d8dd47bc1fcb75404c3f 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