Lua: Switch URL to documentation to HTTPS

URL to documentation with https as suggested by Alexis.
(s. commit ecc9c74326)

Change-Id: I64d82b0c07cce5658eb8f4ae758f1a42946b837a
Reviewed-on: https://code.wireshark.org/review/12181
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Uli Heilmeier 2015-11-26 13:44:33 +01:00 committed by Michael Mann
parent 986a870145
commit ff5719c6e8
1 changed files with 2 additions and 2 deletions

View File

@ -100,9 +100,9 @@ if (gui_enabled()) then
end
function ref_manual()
browser_open_url("http://www.wireshark.org/docs/wsdg_html_chunked/wsluarm.html")
browser_open_url("https://www.wireshark.org/docs/wsdg_html_chunked/wsluarm.html")
end
function wiki_page()
browser_open_url("https://wiki.wireshark.org/Lua")
end