diff --git a/Workflow for documentation production in OSM.md b/Workflow for documentation production in OSM.md index eccbbee5d3caee83e94e8c03806f781e20dfa869..d634777e4f214192b2c4132f524c4f1cf7c4467a 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 ```