summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Heilmeier <uh@heilmeier.eu>2015-11-26 13:44:33 +0100
committerMichael Mann <mmann78@netscape.net>2015-11-26 15:45:53 +0000
commitb6a0392d9593b9ea52280f4b8b29d5091e3de6c7 (patch)
tree60f56fc5304c87c8aa632e275406b0abad8c3d25
parent7008a2cec99b20aefa8bdc39c66f81960ba0001a (diff)
downloadwireshark-b6a0392d9593b9ea52280f4b8b29d5091e3de6c7.tar.gz
Lua: Switch URL to documentation to HTTPS
URL to documentation with https as suggested by Alexis. (s. commit ecc9c74326183e8d03eddfdbc1557919f3be6046) Change-Id: I64d82b0c07cce5658eb8f4ae758f1a42946b837a Reviewed-on: https://code.wireshark.org/review/12181 Reviewed-by: Michael Mann <mmann78@netscape.net> (cherry picked from commit ff5719c6e846c2d699c27f972ef5af4740a7a74c) Reviewed-on: https://code.wireshark.org/review/12191
-rw-r--r--epan/wslua/console.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/wslua/console.lua b/epan/wslua/console.lua
index f9d114be3d..4bad384532 100644
--- a/epan/wslua/console.lua
+++ b/epan/wslua/console.lua
@@ -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