diff Sphinx/source/faq/rest-samples.rst @ 991:1316bc62b5d5

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 21:09:02 +0100
parents 2922fb1bd65e
children
line wrap: on
line diff
--- a/Sphinx/source/faq/rest-samples.rst	Tue Nov 21 10:36:44 2023 +0100
+++ b/Sphinx/source/faq/rest-samples.rst	Tue Nov 21 21:09:02 2023 +0100
@@ -10,11 +10,11 @@
   dedicated section <rest-advanced>`.
 * Many working examples written in Python are `available in the source
   distribution
-  <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/Samples/Python/>`__.
+  <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Samples/Python/>`__.
 * If you cannot find an example for some feature in this manual or in
   the Python examples, please check the `publicly available
   integration tests
-  <https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__
+  <https://orthanc.uclouvain.be/hg/orthanc-tests/file/default/Tests/Tests.py>`__
   that span most of the REST API.
 * Samples for the deprecated APIs are available below.
 
@@ -50,7 +50,7 @@
 
 *Note:* This API has been superseded by the ``/modalities/.../query``
 URI. Please check the ``test_rest_query_retrieve`` `integration test
-<https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-tests/file/default/Tests/Tests.py>`__.
 
 
 Using Orthanc to Ease WADO Querying (Deprecated)
@@ -85,4 +85,4 @@
 
 *Note:* This API has been superseded by the ``/modalities/.../query``
 URI. Please check the ``test_rest_query_retrieve`` `integration test
-<https://hg.orthanc-server.com/orthanc-tests/file/default/Tests/Tests.py>`__.
+<https://orthanc.uclouvain.be/hg/orthanc-tests/file/default/Tests/Tests.py>`__.