From 31b17c6498e982621456815e813df804f172788c Mon Sep 17 00:00:00 2001
From: "laura.stengel" <laura.stengel@kit.edu>
Date: Wed, 25 Oct 2023 10:03:30 +0200
Subject: [PATCH] adapted README.md

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

diff --git a/README.md b/README.md
index 88fa8f0b9..70bbf06e6 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,9 @@ If you are using a Unix based system, you can simply run:
 ### Installing M++
 This Project uses the M++Core to run cardiac electromechanical simulations. To install it and the M++ core, use the command
 
-```git clone --recurse-submodules https://git.scc.kit.edu/mpp/cardmech.git``` or 
+```git clone --recurse-submodules https://gitlab.kit.edu/kit/mpp/cardmech.git``` or
 
-```git clone --recurse-submodules git@git.scc.kit.edu:mpp/cardmech.git``` if you have a SSH key. 
+```git clone --recurse-submodules git@gitlab.kit.edu:kit/mpp/cardmech.git``` if you have a SSH key.
 
 Then change into the project root, create a new build folder with ```mkdir build```, go into this folder and run ```cmake ..```.
 CMake generates a Makefile tailored to your system. Run ```make -j``` to finally build the project.
-- 
GitLab