diff Sphinx/source/faq/crash.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/crash.rst	Mon Mar 30 07:59:50 2020 +0200
+++ b/Sphinx/source/faq/crash.rst	Mon Mar 30 18:47:35 2020 +0200
@@ -64,7 +64,7 @@
 above <segfault-plugin>` is available as the ``crash.cpp`` file, 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
   $ gcc -fPIC -shared ./crash.cpp -I ~/orthanc/Plugins/Include -o crash.so
   $ ulimit -c unlimited