From b651ce622e523e6841f78458e94b17cc4164e991 Mon Sep 17 00:00:00 2001
From: Kristina Mazur <kristina.mazur@tum.de>
Date: Tue, 28 Jan 2025 10:51:34 +0100
Subject: [PATCH] Correct link paths

---
 docs/documentation/analysis.md  | 6 +++---
 docs/documentation/libraries.md | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/documentation/analysis.md b/docs/documentation/analysis.md
index 060c8bc..a2581a3 100644
--- a/docs/documentation/analysis.md
+++ b/docs/documentation/analysis.md
@@ -50,7 +50,7 @@ The `weight_and_balance_analysis` module calculates sub-masses and total masses
 
 |Module Version|Language|License|Documentation|
 |:---:|:---:|:---:|---|
-|2.1.0|:simple-python: |GPLv3|[Link](analysis/weight_and_balance_analysis/content/index.md)|
+|2.1.0|:simple-python: |GPLv3|[Link](analysis/weight_and_balance_analysis/index.md)|
 
 ---
 
@@ -78,7 +78,7 @@ The parameters comprised in this XML file can have different attributes as e.g.
 
 |Module Version|Language|License|Documentation|
 |:---:|:---:|:---:|---|
-|2.1.0|:simple-cplusplus: |GPLv3|[Link](analysis/ecological_assessment/content/index.md)|
+|2.1.0|:simple-cplusplus: |GPLv3|[Link](analysis/ecological_assessment/index.md)|
 
 ---
 
@@ -105,6 +105,6 @@ Direct costs include all expenses incurred in operating and financing the aircra
 
 |Module Version|Language|License|Documentation|
 |:---:|:---:|:---:|---|
-|2.1.0|:simple-python: |GPLv3|[Link](analysis/cost_estimation/content/index.md)|
+|2.1.0|:simple-python: |GPLv3|[Link](analysis/cost_estimation/index.md)|
 
 ---
diff --git a/docs/documentation/libraries.md b/docs/documentation/libraries.md
index e6fe7d1..2537022 100644
--- a/docs/documentation/libraries.md
+++ b/docs/documentation/libraries.md
@@ -85,7 +85,7 @@ The **blackboxTest** library provides an interface to run a complete module with
 
 |Module Version|Language|License|Documentation|Dependencies|
 |:---:|:---:|:---:|---|---|
-|2.1.0|:simple-cplusplus: |GPLv3|[Link](libraries/blackboxTest/content/index.md)|[googleTest](https://google.github.io/googletest/)|
+|2.1.0|:simple-cplusplus: |GPLv3|-|[googleTest](https://google.github.io/googletest/)|
 
 ---
 
-- 
GitLab