diff Sphinx/source/users/anonymization.rst @ 991:1316bc62b5d5

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 21:09:02 +0100
parents bc531449c024
children 5c8d2250b361
line wrap: on
line diff
--- a/Sphinx/source/users/anonymization.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/users/anonymization.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -75,12 +75,12 @@
 as well). Earlier versions were limited to top-level tags in the DICOM
 dataset. Check out the integration test ``test_modify_subsequences``
 for `examples
-<https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-tests/file/default/Tests/Tests.py>`__.
 
 **Implementation:** Internally, the setup of the anonymization
 profiles can be found in the methods ``SetupAnonymizationXXX()`` of
 the class ``Orthanc::DicomModification`` (cf. `source code
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.12.1/OrthancFramework/Sources/DicomParsing/DicomModification.cpp>`__).
+<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancFramework/Sources/DicomParsing/DicomModification.cpp>`__).
 
 
 Modification of a Single Instance
@@ -166,7 +166,7 @@
 command-line tool (wildcards are supported as well). Earlier versions
 were limited to top-level tags in the DICOM dataset. Check out the
 integration test ``test_modify_subsequences`` for `examples
-<https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-tests/file/default/Tests/Tests.py>`__.
 
 
 .. _study-modification: