aboutsummaryrefslogtreecommitdiffstats
path: root/epan
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:07 +0000
commitff5719c6e846c2d699c27f972ef5af4740a7a74c (patch)
tree32f88c0d81000f10be8a00cd25172cba91fcf39a /epan
parent986a870145903e1b752711a47ac53d9eb0c85cde (diff)
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>
Diffstat (limited to 'epan')
-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