diff Sphinx/source/users/docker.rst @ 358:011b01ccf52d

fixing external hyperlinks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 18:47:35 +0200
parents a5f7fc9fb611
children 9c28eeab2db6
line wrap: on
line diff
--- a/Sphinx/source/users/docker.rst	Mon Mar 30 07:59:50 2020 +0200
+++ b/Sphinx/source/users/docker.rst	Mon Mar 30 18:47:35 2020 +0200
@@ -26,8 +26,8 @@
   configuration system that is inherited from the Debian packages
   (i.e. manual edition of the configuration files).
 
-* Our commercial partner `Osimis <http://osimis.io>`__ also `publishes
-  separated Docker images
+* Our commercial partner `Osimis <https://www.osimis.io>`__ also
+  `publishes separated Docker images
   <https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images>`__.
   These ``osimis/orthanc`` images are used by the technical team of
   Osimis in order to provide professional support to their customers,
@@ -156,8 +156,8 @@
 expected format).
 
 If you have a source image that is not a hierarchical TIFF, you must
-instruct the Dicomizer to use `OpenSlide <http://openslide.org/>`__ to
-decode it by adding the ``--openslide`` option::
+instruct the Dicomizer to use `OpenSlide <https://openslide.org/>`__
+to decode it by adding the ``--openslide`` option::
 
   $ sudo docker run -t -i --rm --link=orthanc-wsi:orthanc --entrypoint=OrthancWSIDicomizer -v /tmp/Source.svs:/tmp/Source.svs:ro jodogne/orthanc-plugins --username=orthanc --password=orthanc --orthanc=http://orthanc:8042/ --openslide=libopenslide.so /tmp/Source.svs