From d4f6efa5630470e73a0296c1a6d2af41b743a030 Mon Sep 17 00:00:00 2001
From: Janis Streib <janis.streib@kit.edu>
Date: Tue, 23 Apr 2024 13:58:18 +0200
Subject: [PATCH] FIX: new gitlab url

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

diff --git a/README.md b/README.md
index 3ce545d..518b785 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Here's a quick guide on the contribution of new JSON templates
 4. Check if your written JSON file is valid. This can be best done with the `netvs_hub_cli` python tool. You can install
    it with the following command (it's recommended to do this in a `venv`):
    ```shell
-    pip3 install git+https://git.scc.kit.edu/scc-net/netvs/netvs_hub_cli.git@main#egg=netvs_hub_cli
+    pip3 install git+https://gitlab.kit.edu/scc-net/netvs/netvs_hub_cli.git@main#egg=netvs_hub_cli
     ```
    To run the checks execute the following command where you replace `<json_template>.json` with the file name of your 
    created template.
@@ -49,4 +49,4 @@ Here's a quick guide on the contribution of new JSON templates
 
 ## License
 
-The NETVS-Hub is licensed under the MIT-License. More information can be found [here](LICENSE).
\ No newline at end of file
+The NETVS-Hub is licensed under the MIT-License. More information can be found [here](LICENSE).
-- 
GitLab