diff Sphinx/source/plugins/worklists-plugin.rst @ 991:1316bc62b5d5

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 21:09:02 +0100
parents f093160dd7f4
children 17bf6fafb884
line wrap: on
line diff
--- a/Sphinx/source/plugins/worklists-plugin.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/plugins/worklists-plugin.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -26,7 +26,7 @@
 
 The source code of this sample plugin is `available in the source
 distribution of Orthanc
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
 (GPLv3+ license).
 
 Note that it is possible to reproduce the features of this sample
@@ -64,7 +64,7 @@
 
 The folder ``WorklistsDatabase`` of the `source distribution of
 Orthanc
-<https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
 contains a database of sample worklists, that comes from the DCMTK
 source distribution, as described in the `FAQ entry #37 of the DCMTK
 project <https://forum.dcmtk.org/viewtopic.php?t=84>`__.
@@ -78,7 +78,7 @@
 - Download `DCMTK utilities
   <https://dicom.offis.de/download/dcmtk/release/bin/>`__.
 - Download sample `worklist files
-  <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
+  <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/>`__
   from the Orthanc source code and copy them in a dedicated folder.
 - Generate the :ref:`default configuration of Orthanc <configuration>`.
 - Enable the ModalityWorklist plugin in your configuration file by adding this section::
@@ -135,7 +135,7 @@
   
 - Start with an existing worklist file, some samples of which can be
   found in the `Orthanc source distribution
-  <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/>`__
+  <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/ModalityWorklists/WorklistsDatabase/>`__
   (with ``.wl`` file extensions).
 - The worklist file is a DICOM file. Dump its content as a text file
   using ``dcmdump``::