From 1c8ba7ce23013b4d8257b89515b09095f68fb9b5 Mon Sep 17 00:00:00 2001
From: MB <michael.blaschek@univie.ac.at>
Date: Mon, 9 Dec 2024 11:13:47 +0100
Subject: [PATCH] fixed path

---
 Misc/Slurm.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Misc/Slurm.md b/Misc/Slurm.md
index db0b936..fadccdd 100644
--- a/Misc/Slurm.md
+++ b/Misc/Slurm.md
@@ -117,7 +117,7 @@ There is a helpful [script](seff-array.py) that can report job efficiency for jo
 ??? note "seff-array.py"
 
     ``` sh title="seff-array.py"
-    --8<-- "seff-array.py"
+    --8<-- "Misc/seff-array.py"
     ```
 One can use that to get more detailed information on a job array:
 
-- 
GitLab