From d57828f4275f606dc9ac7775c41e4c6349de36b4 Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@gmail.com>
Date: Wed, 24 Nov 2021 09:36:08 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 95be694..5505ac0 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ Functions return a SLURM ID which can be used to trigger the start of another fu
 
 - How does it work?
   - There are two kinds of code/scripts: One that is run immediately and one that is run later on.
-  - The first one instructs the cluster (SLURM) to do the things you tell it - in the right order - using the right input. Example: [`scheduler.py`](https://github.com/lkugler/DART-WRF/blob/master/scheduler.py)
-  - The latter kind of code actually does the things. Its code is not executed right away, but when there are resources assigned to you by SLURM. Example: [`prepare_nature.py`](https://github.com/lkugler/DART-WRF/blob/master/scripts/prepare_nature.py) and other files in the `/scripts` folder.
+  - The first one instructs the cluster (SLURM) to do the things you tell it - in the right order - using the right input. 
+  - The latter kind of code actually does the things. Its code is not executed right away, but when there are resources assigned to you by SLURM. 
 
 - Can I use it for real weather?
   -  Yes, but you need to [convert your observations into DART format.](https://docs.dart.ucar.edu)
-- 
GitLab