From febe814b78e422170be37ee93ceb0e41aaf8ccca Mon Sep 17 00:00:00 2001
From: Rasmus Ringdahl <rasmus.ringdahl@liu.se>
Date: Wed, 22 Jan 2025 09:31:57 +0100
Subject: [PATCH] docs: changing links and uniforming style

---
 1_single_core_job/README.md | 2 +-
 README.md                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/1_single_core_job/README.md b/1_single_core_job/README.md
index 0f92e67..acda651 100644
--- a/1_single_core_job/README.md
+++ b/1_single_core_job/README.md
@@ -31,4 +31,4 @@ The job step with the single task is allocated and performed with the __srun__ c
 #### The python script
 The python script represents the taskt to be done. In this case the task is to print out some environment variables that are set by Slurm.
 
-The environment variable __JOB_ID__ can be used to create temporary files and folders. In this example it creates a file named <JOB_ID>.txt and writes the job name into it.
\ No newline at end of file
+The environment variable __JOB_ID__ can be used to create temporary files and folders. In this example it creates a file named _<JOB_ID>_.txt and writes the job name into it.
\ No newline at end of file
diff --git a/README.md b/README.md
index 22c72cf..24c88c7 100644
--- a/README.md
+++ b/README.md
@@ -20,4 +20,4 @@ A single core job is a job with only a single thread. This type of job is used w
 
 A simple example could be a data parser that reads a file and transforms it into a more suitable format.
 
-Learn more about the [example](https://gitlab.liu.se/rasri17/lundgren-examples/-/blob/main/1_single_core_job/README.md).
+Learn more about the [example](https://gitlab.liu.se/rasri17/lundgren-examples/-/tree/main/1_single_core_job).
-- 
GitLab