diff --git a/Workflow for documentation production in OSM.md b/Workflow for documentation production in OSM.md index dfd7f192a96b705fe416b8f682e55a4ab63969e7..dfaee63cc6ef6b04d0494c70f153d41704111550 100644 --- a/Workflow for documentation production in OSM.md +++ b/Workflow for documentation production in OSM.md @@ -100,7 +100,7 @@ It is also highly advisable adding an SSH key to https://osm.etsi.org/gitlab/pro #### If the repository already exists in ETSI's Gitlab but not locally ```bash -git clone git@osm.etsi.org:osm-doc/test.git +git clone ssh://git@osm.etsi.org:29419/osm-doc/test.git ``` **>>>>> TEMPORARY URL**: @@ -211,7 +211,7 @@ git pull origin master ```bash cd existing_folder git init -git remote add origin git@osm.etsi.org:osm_doc/test.git +git remote add origin ssh://git@osm.etsi.org:29419/osm-doc/test.git git add . git commit -m "Initial commit" git push -u origin master