From dee2e94bc233efd5adb42f21c187fdc9ee44838c Mon Sep 17 00:00:00 2001
From: lazariv <taras.lazariv@tu-dresden.de>
Date: Fri, 20 Aug 2021 12:09:44 +0000
Subject: [PATCH] Fix broken links which resulted in build warnings

---
 .../docs/software/software_development_overview.md          | 2 +-
 doc.zih.tu-dresden.de/mkdocs.yml                            | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/software_development_overview.md b/doc.zih.tu-dresden.de/docs/software/software_development_overview.md
index c87d4c93b..966647b4f 100644
--- a/doc.zih.tu-dresden.de/docs/software/software_development_overview.md
+++ b/doc.zih.tu-dresden.de/docs/software/software_development_overview.md
@@ -37,7 +37,7 @@ Some questions you should ask yourself:
 Subsections:
 
 - [Compilers](compilers.md)
-- [Debugging Tools](Debugging Tools.md)
+- [Debugging Tools](../archive/debugging_tools.md)
   - [Debuggers](debuggers.md) (GDB, Allinea DDT, Totalview)
   - [Tools to detect MPI usage errors](mpi_usage_error_detection.md) (MUST)
 - PerformanceTools.md: [Score-P](scorep.md), [Vampir](vampir.md)
diff --git a/doc.zih.tu-dresden.de/mkdocs.yml b/doc.zih.tu-dresden.de/mkdocs.yml
index 1693a2cd8..4699218ed 100644
--- a/doc.zih.tu-dresden.de/mkdocs.yml
+++ b/doc.zih.tu-dresden.de/mkdocs.yml
@@ -66,7 +66,6 @@ nav:
       - Libraries: software/libraries.md
       - MPI Error Detection: software/mpi_usage_error_detection.md
       - Score-P: software/scorep.md
-      - PAPI Library: software/papi_library.md 
       - Perf Tools: software/perf_tools.md 
       - PIKA: software/pika.md
       - Vampir: software/vampir.md
@@ -123,7 +122,6 @@ nav:
     - Hardware Titan: archive/hardware_titan.md
     - Hardware Triton: archive/hardware_triton.md
     - Hardware Venus: archive/hardware_venus.md
-    - Introduction: archive/introduction.md
     - KNL Nodes: archive/knl_nodes.md
     - Load Leveler: archive/load_leveler.md
     - Migrate to Atlas: archive/migrate_to_atlas.md
@@ -131,15 +129,13 @@ nav:
     - Phase2 Migration: archive/phase2_migration.md
     - Platform LSF: archive/platform_lsf.md
     - RamDisk Documentation: archive/ram_disk_documentation.md
-    - Step by Step Taurus: archive/step_by_step_taurus.md
     - System Altix: archive/system_altix.md
     - System Atlas: archive/system_atlas.md
     - System Venus: archive/system_venus.md
     - Taurus II: archive/taurus_ii.md
     - UNICORE Rest API: archive/unicore_rest_api.md
     - Vampir Trace: archive/vampir_trace.md
-    - Venus Open: archive/venus_open.md
-    - Windows Batchjobs: jobs/windows_batch.md
+    - Windows Batchjobs: archive/windows_batch.md
 
 
 # Project Information
-- 
GitLab