From f1ccd54e48a18d44e9d88751e007f4b1f49ec270 Mon Sep 17 00:00:00 2001
From: Peter Vennemann <vennemann@fh-muenster.de>
Date: Fri, 3 Jan 2025 14:07:38 +0100
Subject: [PATCH] Corrected download link.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a97654a..c94a2c3 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This program is used for modelling the flow rate through bronchial to pulmonary
 
 1. If not already present, install a java runtime environment (JRE). SPAS was tested with the version by [ORACLE](https://www.java.com/en/download/) and with the open source alternative [Kaffee](https://github.com/kaffe/kaffe).
 
-2. Download the java archive [SPAS.jar](https://git.fh-muenster.de/pv238554/spas/-/blob/dac96fe1112e81ce34b0f65e1b69d8f89f7b9857/build/SPAS.jar).
+2. Download the java archive [SPAS.jar](https://git.fh-muenster.de/pv238554/spas/-/raw/dac96fe1112e81ce34b0f65e1b69d8f89f7b9857/dist/SPAS.jar).
 
 3. Open a terminal and execute:
 ```
-- 
GitLab