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

fixing external hyperlinks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 18:47:35 +0200
parents 6b432ce3a56e
children d217af5e6cb3
line wrap: on
line diff
--- a/Sphinx/source/users/lua.rst	Mon Mar 30 07:59:50 2020 +0200
+++ b/Sphinx/source/users/lua.rst	Mon Mar 30 18:47:35 2020 +0200
@@ -46,8 +46,8 @@
 *Note:* The ``--data-binary`` cURL option is used instead of
 ``--data`` to prevent the interpretation of newlines by cURL, which is
 `mandatory for the proper evaluation
-<http://stackoverflow.com/questions/3872427/how-to-send-line-break-with-curl>`__ of the possible
-comments inside the Lua script.
+<https://stackoverflow.com/questions/3872427/how-to-send-line-break-with-curl>`__
+of the possible comments inside the Lua script.
 
 Lua API
 -------