summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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