diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-12-30 14:13:54 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2024-01-01 00:32:32 (GMT) |
commit | 5a7927d028541de559b4014837f37c469d698d91 (patch) | |
tree | 05f0c4cb1f101e5b2305600f445b22d944536c95 /Help/manual | |
parent | 73d016013437fb3737941fdfb72a54cafb380eb1 (diff) | |
download | CMake-5a7927d028541de559b4014837f37c469d698d91.zip CMake-5a7927d028541de559b4014837f37c469d698d91.tar.gz CMake-5a7927d028541de559b4014837f37c469d698d91.tar.bz2 |
Help: update lua.org links to be HTTPS
This is now a permanent redirect, so update links accordingly.
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-language.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-language.7.rst b/Help/manual/cmake-language.7.rst index d0774cb..dba953d 100644 --- a/Help/manual/cmake-language.7.rst +++ b/Help/manual/cmake-language.7.rst @@ -224,7 +224,7 @@ For example:: They interpret the opening bracket as the start of an `Unquoted Argument`_. -.. _`Lua`: http://www.lua.org/ +.. _`Lua`: https://www.lua.org/ .. _`Quoted Argument`: |