From b6a0392d9593b9ea52280f4b8b29d5091e3de6c7 Mon Sep 17 00:00:00 2001 From: Uli Heilmeier Date: Thu, 26 Nov 2015 13:44:33 +0100 Subject: 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 (cherry picked from commit ff5719c6e846c2d699c27f972ef5af4740a7a74c) Reviewed-on: https://code.wireshark.org/review/12191 --- epan/wslua/console.lua | 4 ++-- 1 file 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 -- cgit v1.2.1