diff Sphinx/source/faq/debugging.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 0fb9369e893e
line wrap: on
line diff
--- a/Sphinx/source/faq/debugging.rst	Mon Mar 30 07:59:50 2020 +0200
+++ b/Sphinx/source/faq/debugging.rst	Mon Mar 30 18:47:35 2020 +0200
@@ -45,7 +45,7 @@
 to debug Orthanc without compiling from sources. Here is a sample
 debug session::
 
-  $ wget http://lsb.orthanc-server.com/orthanc/debug/1.6.0/Orthanc
+  $ wget https://lsb.orthanc-server.com/orthanc/debug/1.6.0/Orthanc
   $ chmod +x ./Orthanc
   $ gdb ./Orthanc Configuration.json
   (gdb) catch throw
@@ -67,13 +67,13 @@
 plugins precompiled using the LSB are also available at the following
 locations:
 
-* `Orthanc core <http://lsb.orthanc-server.com/orthanc/debug/>`__
-* `DICOMweb plugin <http://lsb.orthanc-server.com/plugin-dicom-web/debug/>`__
-* `MySQL plugin <http://lsb.orthanc-server.com/plugin-mysql/debug/>`__
-* `Orthanc Web viewer <http://lsb.orthanc-server.com/plugin-webviewer/debug/>`__
-* `PostgreSQL plugin <http://lsb.orthanc-server.com/plugin-postgresql/debug/>`__
-* `Transfers accelerator plugin <http://lsb.orthanc-server.com/plugin-transfers/debug/>`__
-* `Whole-slide imaging <http://lsb.orthanc-server.com/whole-slide-imaging/debug/>`__
+* `Orthanc core <https://lsb.orthanc-server.com/orthanc/debug/>`__
+* `DICOMweb plugin <https://lsb.orthanc-server.com/plugin-dicom-web/debug/>`__
+* `MySQL plugin <https://lsb.orthanc-server.com/plugin-mysql/debug/>`__
+* `Orthanc Web viewer <https://lsb.orthanc-server.com/plugin-webviewer/debug/>`__
+* `PostgreSQL plugin <https://lsb.orthanc-server.com/plugin-postgresql/debug/>`__
+* `Transfers accelerator plugin <https://lsb.orthanc-server.com/plugin-transfers/debug/>`__
+* `Whole-slide imaging <https://lsb.orthanc-server.com/whole-slide-imaging/debug/>`__
   
 
 Docker