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

fixing external hyperlinks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 18:47:35 +0200
parents 48673b8abae3
children d217af5e6cb3
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst	Mon Mar 30 07:59:50 2020 +0200
+++ b/Sphinx/source/users/rest.rst	Mon Mar 30 18:47:35 2020 +0200
@@ -52,7 +52,7 @@
 
 Note that in the case of curl, setting the ``Expect`` HTTP Header will
 significantly `reduce the execution time of POST requests
-<http://stackoverflow.com/questions/463144/php-http-post-fails-when-curl-data-1024/463277#463277>`__::
+<https://stackoverflow.com/questions/463144/php-http-post-fails-when-curl-data-1024/463277#463277>`__::
 
     $ curl -X POST -H "Expect:" http://localhost:8042/instances --data-binary @CT.X.1.2.276.0.7230010.dcm
 
@@ -1011,7 +1011,7 @@
 * The full documentation of the REST API is maintained as an online
   spreadsheet accessible from the `documentation part of the official
   Web site
-  <http://www.orthanc-server.com/static.php?page=documentation>`__
+  <https://www.orthanc-server.com/static.php?page=documentation>`__
   (click on the *Reference of the REST API* button).
 * A documentation of the REST API in the OpenAPI/Swagger format is
   `available as work-in-progress <https://api.orthanc-server.com/>`__.