changeset 962:5df222ddd7d1

fix links to setup-samples
author Alain Mazy <am@osimis.io>
date Wed, 28 Jun 2023 09:23:16 +0200
parents ec4e1e8c3fa9
children a6bf749b3c04
files Sphinx/source/faq/debugging-encodings.rst Sphinx/source/faq/https.rst Sphinx/source/faq/scalability.rst Sphinx/source/integrations/dcm4chee.rst Sphinx/source/plugins/dicomweb.rst Sphinx/source/plugins/object-storage.rst Sphinx/source/plugins/python.rst Sphinx/source/users/advanced-rest.rst Sphinx/source/users/docker-osimis.rst
diffstat 9 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/debugging-encodings.rst	Fri Jun 23 08:42:15 2023 +0200
+++ b/Sphinx/source/faq/debugging-encodings.rst	Wed Jun 28 09:23:16 2023 +0200
@@ -29,6 +29,6 @@
 
 How to solve it ?  It is highly recommended to fix it before Orthanc: in your RIS, worklist server or modality.
 However, if you can not fix it there, you may still try to fix it once the file has been stored in Orthanc.
-You can get inspiration from this `lua script <https://github.com/orthanc-server/orthanc-setup-samples/src/master/lua-samples/sanitizeInvalidUtf8TagValues.lua>`__ 
+You can get inspiration from this `lua script <https://github.com/orthanc-server/orthanc-setup-samples/tree/master/lua-samples/sanitizeInvalidUtf8TagValues.lua>`__ 
 that is fixing invalid UTF-8 characters
 
--- a/Sphinx/source/faq/https.rst	Fri Jun 23 08:42:15 2023 +0200
+++ b/Sphinx/source/faq/https.rst	Wed Jun 28 09:23:16 2023 +0200
@@ -221,7 +221,7 @@
 
 An example of such a setup with instructions to generate the
 certificates is available `here
-<https://github.com/orthanc-server/orthanc-setup-samples/src/master/docker/tls-mutual-auth/>`__.
+<https://github.com/orthanc-server/orthanc-setup-samples/tree/master/docker/tls-mutual-auth/>`__.
 
 
 .. _client-certificate-web-browser:
--- a/Sphinx/source/faq/scalability.rst	Fri Jun 23 08:42:15 2023 +0200
+++ b/Sphinx/source/faq/scalability.rst	Wed Jun 28 09:23:16 2023 +0200
@@ -242,7 +242,7 @@
 One solution to avoid this limitation was to have multiple Orthanc
 accessing the same DB (works only for MySQL and PostgreSQL) as
 presented in this `sample
-<https://github.com/orthanc-server/orthanc-setup-samples/src/master/docker/multiple-orthancs-on-same-db/>`__.
+<https://github.com/orthanc-server/orthanc-setup-samples/tree/master/docker/multiple-orthancs-on-same-db/>`__.
 However, this solution was only robust if there was **one single
 "writer" Orthanc server** (i.e. only one Orthanc was modifying the
 database).  Indeed, the core of Orthanc <= 1.9.1 did not support the
--- a/Sphinx/source/integrations/dcm4chee.rst	Fri Jun 23 08:42:15 2023 +0200
+++ b/Sphinx/source/integrations/dcm4chee.rst	Wed Jun 28 09:23:16 2023 +0200
@@ -4,6 +4,6 @@
 ==============================
 
 A Docker Compose environment is part of the `Orthanc setup samples
-<https://github.com/orthanc-server/orthanc-setup-samples/src/master/docker/dcm4chee5/>`__
+<https://github.com/orthanc-server/orthanc-setup-samples/tree/master/docker/dcm4chee5/>`__
 in order to illustrate how to interface Orthanc with Dcm4Chee 5, using
 either the DICOM protocol or the DICOMweb protocol.
--- a/Sphinx/source/plugins/dicomweb.rst	Fri Jun 23 08:42:15 2023 +0200
+++ b/Sphinx/source/plugins/dicomweb.rst	Wed Jun 28 09:23:16 2023 +0200
@@ -213,7 +213,7 @@
   in a setup where performance and accuracy are both important, you
   should configure :ref:`ExtraMainDicomTags <main-dicom-tags>` and configure
   ``StudiesMetadata`` to ``MainDicomTags`` and ``SeriesMetadata`` to ``MainDicomTags``
-  as demonstrated in this `sample <https://github.com/orthanc-server/orthanc-setup-samples/src/master/docker/stone-viewer/docker-compose.yml>`__.
+  as demonstrated in this `sample <https://github.com/orthanc-server/orthanc-setup-samples/tree/master/docker/stone-viewer/docker-compose.yml>`__.
 
 
 If using the ``Extrapolate`` mode, the predefined tags are provided
--- a/Sphinx/source/plugins/object-storage.rst	Fri Jun 23 08:42:15 2023 +0200
+++ b/Sphinx/source/plugins/object-storage.rst	Wed Jun 28 09:23:16 2023 +0200
@@ -334,12 +334,12 @@
 Sample setups
 -------------
 
-You'll find sample deployments and more info in the `Orthanc Setup Samples repository <https://github.com/orthanc-server/orthanc-setup-samples/src/master/#markdown-header-for-software-integrators>`__ .
+You'll find sample deployments and more info in the `Orthanc Setup Samples repository <https://github.com/orthanc-server/orthanc-setup-samples/tree/master/#markdown-header-for-software-integrators>`__ .
 
 Performances
 ------------
 
-You'll find some performance comparison between VM SSDs and object-storage `here <https://github.com/orthanc-server/orthanc-setup-samples/src/master/docker/performance-tests/>`__ .
+You'll find some performance comparison between VM SSDs and object-storage `here <https://github.com/orthanc-server/orthanc-setup-samples/tree/master/docker/performance-tests/>`__ .
 
 
 .. _client-side-encryption:
--- a/Sphinx/source/plugins/python.rst	Fri Jun 23 08:42:15 2023 +0200
+++ b/Sphinx/source/plugins/python.rst	Wed Jun 28 09:23:16 2023 +0200
@@ -108,7 +108,7 @@
   Hello world!
 
 
-`Here <https://github.com/orthanc-server/orthanc-setup-samples/src/master/docker/python/>`__ is a full example
+`Here <https://github.com/orthanc-server/orthanc-setup-samples/tree/master/docker/python/>`__ is a full example
 of a more complex setup using the :ref:`osimis/orthanc <docker-osimis>` images.
 
 
--- a/Sphinx/source/users/advanced-rest.rst	Fri Jun 23 08:42:15 2023 +0200
+++ b/Sphinx/source/users/advanced-rest.rst	Wed Jun 28 09:23:16 2023 +0200
@@ -280,7 +280,7 @@
     Write-Host "The instance can be retrieved in PDF at http://localhost:8042$($reply.Path)/pdf"
 
 And here's another sample  `using python
-<https://github.com/orthanc-server/orthanc-setup-samples/src/master/python-samples/attach-pdf-to-study.py>`__.
+<https://github.com/orthanc-server/orthanc-setup-samples/tree/master/python-samples/attach-pdf-to-study.py>`__.
 
 Please note that the ``/tools/create-dicom`` API call will return the
 Orthanc instance ID of the newly created DICOM resource.
--- a/Sphinx/source/users/docker-osimis.rst	Fri Jun 23 08:42:15 2023 +0200
+++ b/Sphinx/source/users/docker-osimis.rst	Wed Jun 28 09:23:16 2023 +0200
@@ -54,7 +54,7 @@
 
 This `repository <https://github.com/orthanc-server/orthanc-setup-samples/src>`__
 contains lots of examples on how to use these images.  In particular,
-`this example <https://github.com/orthanc-server/orthanc-setup-samples/src/master/docker/all-usages/docker-compose.yml>`__ 
+`this example <https://github.com/orthanc-server/orthanc-setup-samples/tree/master/docker/all-usages/docker-compose.yml>`__ 
 shows all the way that can be used to generate the same
 configuration in Orthanc.