changeset 362:022d59428ea3

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 31 Mar 2020 15:13:35 +0200
parents 84e3a2612c36
children 9c28eeab2db6
files Sphinx/source/developers/repositories.rst
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/developers/repositories.rst	Mon Mar 30 20:37:49 2020 +0200
+++ b/Sphinx/source/developers/repositories.rst	Tue Mar 31 15:13:35 2020 +0200
@@ -70,7 +70,7 @@
 Locally cloning one of those Mercurial repositories (say, the main
 ``orthanc`` repository) is as simple as typing::
 
-  $ hg clone https://hg.orthanc-server.com/orthanc
+  $ hg clone https://hg.orthanc-server.com/orthanc/
 
 You can then use separate tools such as `TortoiseHg
 <https://en.wikipedia.org/wiki/TortoiseHg>`__ to browse the code with
@@ -112,7 +112,7 @@
 Orthanc repositories (through SSH). Core developers can clone a
 repository with write access as follows::
 
-  $ hg clone ssh://hg@hg.orthanc-server.com/public/orthanc
+  $ hg clone ssh://hg@hg.orthanc-server.com/public/orthanc/
 
 
 .. _hg-contributing:
@@ -217,7 +217,7 @@
 by typing the following commands on their side::
 
   $ cd /tmp
-  $ hg clone https://hg.orthanc-server.com/orthanc
+  $ hg clone https://hg.orthanc-server.com/orthanc/
   $ cd /tmp/orthanc
   $ hg unbundle /tmp/contribution.bundle
   $ hg up -c default