aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUli Heilmeier <uh@heilmeier.eu>2015-11-25 10:17:18 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2015-11-25 09:24:35 +0000
commitecc9c74326183e8d03eddfdbc1557919f3be6046 (patch)
tree24458582792320affbd3100ec8d81e2637ce81c5
parentdbde7605a3de630a52c19e6fa79bcb62bee34867 (diff)
Lua: fix URL to documentation
The Lua reference has been moved from User's Guide to Developer's Guide. Change-Id: I3489d774e54310ce49997e33d5318adf5e0bb2bc Reviewed-on: https://code.wireshark.org/review/12128 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-rw-r--r--epan/wslua/console.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/console.lua b/epan/wslua/console.lua
index eda8d6b09f..f9d114be3d 100644
--- a/epan/wslua/console.lua
+++ b/epan/wslua/console.lua
@@ -100,7 +100,7 @@ if (gui_enabled()) then
end
function ref_manual()
- browser_open_url("http://www.wireshark.org/docs/wsug_html_chunked/wsluarm.html")
+ browser_open_url("http://www.wireshark.org/docs/wsdg_html_chunked/wsluarm.html")
end
function wiki_page()