From fb70a9bf89fd71d06db3c09ec05db04e7ad3f9e2 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Thu, 17 Aug 2023 13:27:53 +0200
Subject: [PATCH] fix links

---
 hugo/content/ex/sim/depthprobe/transmitted_modulus.md  | 2 +-
 hugo/content/ex/sim/specular.md                        | 2 +-
 hugo/content/installation/building/unix/third-party.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hugo/content/ex/sim/depthprobe/transmitted_modulus.md b/hugo/content/ex/sim/depthprobe/transmitted_modulus.md
index 74412e00976..d9ee5ec3599 100644
--- a/hugo/content/ex/sim/depthprobe/transmitted_modulus.md
+++ b/hugo/content/ex/sim/depthprobe/transmitted_modulus.md
@@ -9,7 +9,7 @@ Modulus of the amplitude of the partial wave field propagating in
 transmission direction,
 as function of depth and incident angle $\alpha_i$.
 
-Same sample as in the previous [basic example](depthprobe1),
+Same sample as in the basic example [depthprobe1](/ex/sim/depthprobe/depthprobe1),
 a thin film on a substrate.
 
 
diff --git a/hugo/content/ex/sim/specular.md b/hugo/content/ex/sim/specular.md
index 51107332253..aabb1fb6d42 100644
--- a/hugo/content/ex/sim/specular.md
+++ b/hugo/content/ex/sim/specular.md
@@ -11,7 +11,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/run.md)
-and [syntax](/py/start/syntax.md) of BornAgain Python code.
+and [syntax](/py/syntax.md) of BornAgain Python code.
 
 Root class reference: [SpecularSimulation](/ref/sim/class/specular).
 
diff --git a/hugo/content/installation/building/unix/third-party.md b/hugo/content/installation/building/unix/third-party.md
index 035b7e99055..929392266e4 100644
--- a/hugo/content/installation/building/unix/third-party.md
+++ b/hugo/content/installation/building/unix/third-party.md
@@ -38,7 +38,7 @@ Recommended software:
 
 * For generating a man page:
   * `perl`
-* For [Matplotlib usetex mode](/ref/result/matplotlib.md):
+* For [Matplotlib usetex mode](/ref/result/matplotlib):
   * `texlive-latex-extra` (and dependencies)
   * `dvipng`
   * `cm-super-minimal`
-- 
GitLab