From 45a842bacd10de8b945a4bab53967dfee194d49a Mon Sep 17 00:00:00 2001
From: trantzas <ktrantzas@ece.upatras.gr>
Date: Thu, 21 Dec 2023 09:35:37 +0000
Subject: [PATCH] updated links with ETSI gitlab repo

---
 doc/contributing/developing.md | 2 +-
 doc/deployment.md              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/contributing/developing.md b/doc/contributing/developing.md
index 7e4523ea..80fbc0d5 100644
--- a/doc/contributing/developing.md
+++ b/doc/contributing/developing.md
@@ -7,7 +7,7 @@ Openslice uses various subsystems and depending on the module would you like to
 
 To get the latest development branch:
 ```
-wget https://raw.githubusercontent.com/openslice/org.etsi.osl.main/develop/compose/deploy.sh 
+wget https://labs.etsi.org/rep/osl/code/org.etsi.osl.main/-/raw/develop/compose/deploy.sh 
 sudo ./deploy.sh develop  [or replace develop with other branch name]
 ```
 
diff --git a/doc/deployment.md b/doc/deployment.md
index ff6417cb..09e6712e 100644
--- a/doc/deployment.md
+++ b/doc/deployment.md
@@ -16,7 +16,7 @@ _NOTE:_  Since July 2023 Docker Compose V1 stopped receiving updates. Openslice
 
 3 - Download environment preparation script
 ```
-wget https://raw.githubusercontent.com/openslice/org.etsi.osl.main/master/compose/deploy.sh
+wget https://labs.etsi.org/rep/osl/code/org.etsi.osl.main/-/raw/main/compose/deploy.sh
 ```
 
 4 - Work with main/master branch:
-- 
GitLab