diff Sphinx/source/plugins/dicomweb.rst @ 361:84e3a2612c36

links to hg
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 20:37:49 +0200
parents 011b01ccf52d
children 987fbbc2b59e
line wrap: on
line diff
--- a/Sphinx/source/plugins/dicomweb.rst	Mon Mar 30 20:14:52 2020 +0200
+++ b/Sphinx/source/plugins/dicomweb.rst	Mon Mar 30 20:37:49 2020 +0200
@@ -19,7 +19,7 @@
 
 The full standard is not implemented yet, the supported features are
 `tracked in the repository
-<https://bitbucket.org/sjodogne/orthanc-dicomweb/src/default/Status.txt>`__.
+<https://hg.orthanc-server.com/orthanc-dicomweb/file/tip/Status.txt>`__.
 
 
 Compilation
@@ -48,7 +48,7 @@
 
 *Remark:* Some older build instructions are also available in the
 `source distribution
-<https://bitbucket.org/sjodogne/orthanc-dicomweb/src/default/Resources/BuildInstructions.txt>`__.
+<https://hg.orthanc-server.com/orthanc-dicomweb/file/tip/Resources/BuildInstructions.txt>`__.
 
 
 Installation
@@ -651,12 +651,12 @@
 
 Samples of how to call DICOMweb services from standalone applications
 are available for `Python
-<https://bitbucket.org/sjodogne/orthanc-dicomweb/src/default/Resources/Samples/Python/>`__
+<https://hg.orthanc-server.com/orthanc-dicomweb/file/tip/Resources/Samples/Python>`__
 and for `JavaScript
-<https://bitbucket.org/sjodogne/orthanc-dicomweb/src/default/Resources/Samples/JavaScript>`__.
+<https://hg.orthanc-server.com/orthanc-dicomweb/file/tip/Resources/Samples/JavaScript>`__.
 
 Integration tests are `available separately
-<https://bitbucket.org/sjodogne/orthanc-tests/src/default/Plugins/DicomWeb/Run.py>`__,
+<https://hg.orthanc-server.com/orthanc-tests/file/tip/Plugins/DicomWeb/Run.py>`__,
 and provide samples for more advanced features of the REST API (such
 as dynamically adding/updating/removing remote DICOMweb servers using
 HTTP PUT and DELETE methods).