From a3f4380162fac6be3974a76a1012e8b8ddd318aa Mon Sep 17 00:00:00 2001
From: "apku868a--tu-dresden.de" <apurv.kulkarni@tu-dresden.de>
Date: Tue, 30 Jul 2024 14:34:57 +0200
Subject: [PATCH] corrected the recommendation

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 e2a2f828f..005db1e91 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
@@ -17,7 +17,7 @@ jobs.
 To work as efficient as possible, consider the following points
 
 - Save source code etc. in `/home` or `/projects/...`
-- Store checkpoints and other temporary data in `/scratch/ws/...`
+- Store checkpoints and other temporary data in [workspaces](workspaces.md) on `horse`
 - Compilation in `/dev/shm` or `/tmp`
 
 Getting high I/O-bandwidth
-- 
GitLab