From 689457d438e81459335279197b0bb26634dab938 Mon Sep 17 00:00:00 2001
From: Sebastian Doebel <sebastian.doebel@tu-dresden.de>
Date: Tue, 11 Jun 2024 11:47:49 +0200
Subject: [PATCH] fix links to ratarmount

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md | 2 +-
 doc.zih.tu-dresden.de/docs/data_lifecycle/working.md      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md
index e2eed87b3..f30b512ad 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md
@@ -26,7 +26,7 @@ Getting high I/O-bandwidth
 - Use many processes (writing in the same file at the same time is possible)
 - Use large I/O transfer blocks
 - Avoid reading many small files. Use data container e. g.
-  [ratarmount](../software/utilities.md#direct-archive-access-without-extraction)
+  [ratarmount](../software/utilities.md#direct-archive-access-without-extraction-ratarmount)
   to bundle small files into one
 
 ## Cheat Sheet for Debugging Filesystem Issues
diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/working.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/working.md
index 7588d8953..b9cfa0534 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/working.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/working.md
@@ -48,7 +48,7 @@ Getting high I/O-bandwidth
 - Use many processes (writing in the same file at the same time is possible)
 - Use large I/O transfer blocks
 - Avoid reading many small files. Use data container e. g.
-  [ratarmount](../software/utilities.md#direct-archive-access-without-extraction) to bundle
+  [ratarmount](../software/utilities.md#direct-archive-access-without-extraction-ratarmount) to bundle
   small files into one
 
 ## Cheat Sheet for Debugging Filesystem Issues
-- 
GitLab