diff OrthancServer/Resources/Samples/Python/DicomizeImage.py @ 5432:59e3b6f8c5be

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 18:16:31 +0100
parents c9e2c6d1cd62
children 48b8dae6dc77
line wrap: on
line diff
--- a/OrthancServer/Resources/Samples/Python/DicomizeImage.py	Tue Nov 21 10:32:42 2023 +0100
+++ b/OrthancServer/Resources/Samples/Python/DicomizeImage.py	Tue Nov 21 18:16:31 2023 +0100
@@ -63,7 +63,7 @@
     # Case 1: Attach the new DICOM image as a new series in an
     # existing study. In this case, "PARENT_STUDY" indicates the
     # Orthanc identifier of the parent study:
-    # https://book.orthanc-server.com/faq/orthanc-ids.html
+    # https://orthanc.uclouvain.be/book/faq/orthanc-ids.html
     PARENT_STUDY = '66c8e41e-ac3a9029-0b85e42a-8195ee0a-92c2e62e'
 
 else: