use HTTPS URLs for the manual

This commit is contained in:
Pierre Chapuis 2016-05-22 14:57:53 +02:00
parent 2ddb9c64c7
commit 260034ec5c
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ if lua52 then
coroutine = '6.2', coroutine = '6.2',
debug = '6.10' debug = '6.10'
} }
globals.set_manual_url 'http://www.lua.org/manual/5.2/manual.html' globals.set_manual_url 'https://www.lua.org/manual/5.2/manual.html'
else else
globals.tables = { globals.tables = {
io = '5.7', io = '5.7',
@ -70,7 +70,7 @@ else
coroutine = '5.2', coroutine = '5.2',
debug = '5.9' debug = '5.9'
} }
globals.set_manual_url 'http://www.lua.org/manual/5.1/manual.html' globals.set_manual_url 'https://www.lua.org/manual/5.1/manual.html'
end end
local file_methods = { local file_methods = {