From e2f9172b211e9f7fddd989f8d93f0d37dad47d92 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Tue, 2 Feb 2016 12:07:16 +0200 Subject: [PATCH] Fix embedded links: github instead of luci.subsignal.org Fix links to point into Github repo instead of luci.subsignal.org - the hint to file a bug in dispatcher - footers of Bootstrap and Freifunk themes Signed-off-by: Hannu Nyman (cherry picked from commit c2cf5d185587c3ad8d550c39707e744ee2b0811d) --- modules/luci-base/luasrc/dispatcher.lua | 2 +- .../luasrc/view/themes/bootstrap/footer.htm | 2 +- .../luasrc/view/themes/freifunk-generic/footer.htm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/luci-base/luasrc/dispatcher.lua b/modules/luci-base/luasrc/dispatcher.lua index 8b8d1fa34..252695010 100644 --- a/modules/luci-base/luasrc/dispatcher.lua +++ b/modules/luci-base/luasrc/dispatcher.lua @@ -300,7 +300,7 @@ function dispatch(request) "Access Violation\nThe page at '" .. table.concat(request, "/") .. "/' " .. "has no parent node so the access to this location has been denied.\n" .. "This is a software bug, please report this message at " .. - "http://luci.subsignal.org/trac/newticket" + "https://github.com/openwrt/luci/issues" ) if track.sysauth then diff --git a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/footer.htm b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/footer.htm index 52188bf5e..e0a41e1bc 100644 --- a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/footer.htm +++ b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/footer.htm @@ -14,7 +14,7 @@ local categories = disp.node_childs(tree) %>