# HG changeset patch # User Sebastien Jodogne # Date 1585660415 -7200 # Node ID 022d59428ea3a559a09498f7bd45f9f33a17b3f2 # Parent 84e3a2612c36b4015075cb3cfafe5991d8ddd245 fix diff -r 84e3a2612c36 -r 022d59428ea3 Sphinx/source/developers/repositories.rst --- 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 `__ 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