From 1c4b8d68e71d3e04ffc7d476d23a1c390f3a08e1 Mon Sep 17 00:00:00 2001 From: ramonsalguer <javier.ramon@telefonica.com> Date: Mon, 11 Mar 2019 18:11:36 +0100 Subject: [PATCH] Typos fixed in URLs --- Workflow for documentation production in OSM.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Workflow for documentation production in OSM.md b/Workflow for documentation production in OSM.md index eccbbee..d634777 100644 --- a/Workflow for documentation production in OSM.md +++ b/Workflow for documentation production in OSM.md @@ -63,7 +63,6 @@ pandoc MyDocument.md -o MyDocument.docx pandoc MyDocument.md --reference-doc=referenceDocument.docx -o MyDocument.docx - ## Git settings Reference: https://osm.etsi.org/gitlab/osm_doc/test#repo-command-line-instructions @@ -82,13 +81,13 @@ 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 git@osm.etsi.org:osm-doc/test.git ``` **TEMPORARY**: ```bash -git clone https://osm.etsi.org/gitlab/osm_doc/test.git +git clone https://osm.etsi.org/gitlab/osm-doc/test.git ``` #### If the repository already exists in ETSI's Gitlab and the local copy it is not up-to-date @@ -148,7 +147,7 @@ When your are ready, you can push your branch to the remote repo: git push origin BranchNewSection ``` -Once you have pushed your branch to the remote repo, you should **inform the editor of it by making a _merge request_**. This can be easily made in the [GitLab web]https://osm.etsi.org/gitlab/osm_doc/test/merge_requests() (your recently pushed branch would be there). +Once you have pushed your branch to the remote repo, you should **inform the editor of it by making a _merge request_**. This can be easily made in the [GitLab web](https://osm.etsi.org/gitlab/osm_doc/test/merge_requests) (your recently pushed branch would be there). ### Step 4: Wait for the result of the review @@ -191,5 +190,5 @@ git init Add the URL of the remote repository: ```bash -git remote add origin git@osm.etsi.org:osm_doc/test.git +git remote add origin git@osm.etsi.org:osm-doc/test.git ``` -- GitLab