From 72710ef455d6410144c709e7733fdbdbdb71c38a Mon Sep 17 00:00:00 2001 From: Mathias157 Date: Tue, 10 Sep 2024 15:09:38 +0200 Subject: [PATCH] Corrected links from readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 739f675..ad8f4ff 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ For more information on how to manage and install virtual environments check out ## Examples The following notebooks provide examples on how to use pybalmorel for pre-processing, post-processing and for executing Balmorel scenarios: - [Pre-Processing](https://github.com/Mathias157/pybalmorel/blob/master/examples/PreProcessing.ipynb) -- [Execution](https://github.com/Mathias157/pybalmorel/blob/b02eb8b1ae3e6b59345ce690792494044df38e89/examples/Execution.ipynb) -- [Post-Processing](https://github.com/Mathias157/pybalmorel/blob/b02eb8b1ae3e6b59345ce690792494044df38e89/examples/PostProcessing.ipynb) +- [Execution](https://github.com/Mathias157/pybalmorel/blob/master/examples/Execution.ipynb) +- [Post-Processing](https://github.com/Mathias157/pybalmorel/blob/master/examples/PostProcessing.ipynb)