From 332d7cff5b83046ad7ec22e34e4e5cd214604327 Mon Sep 17 00:00:00 2001 From: leonghui Date: Sat, 5 Jan 2019 11:06:59 +0000 Subject: luci-app-ddns: update wiki link for global settings Signed-off-by: Leong Hui Wong --- applications/luci-app-ddns/luasrc/model/cbi/ddns/global.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications') diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/global.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/global.lua index 9dc0857509..2f06200146 100644 --- a/applications/luci-app-ddns/luasrc/model/cbi/ddns/global.lua +++ b/applications/luci-app-ddns/luasrc/model/cbi/ddns/global.lua @@ -28,7 +28,7 @@ local ns = m:section( NamedSection, "global", "ddns", .. [[
]] .. translate("It is NOT recommended for casual users to change settings on this page.") .. [[
]] - .. [[]] + .. [[]] .. translate("For detailed information about parameter settings look here.") .. [[]] ) -- cgit v1.2.3 From 61ceacca6daed05ce2753cc817d6946ad08b2f76 Mon Sep 17 00:00:00 2001 From: leonghui Date: Sat, 5 Jan 2019 11:10:19 +0000 Subject: luci-app-dnscrypt-proxy: update wiki links Signed-off-by: Leong Hui Wong --- .../luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications') diff --git a/applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua b/applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua index 8f0e3224b4..967110fbf8 100644 --- a/applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua +++ b/applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua @@ -59,7 +59,7 @@ m = Map("dnscrypt-proxy", translate("DNSCrypt-Proxy"), translate("Configuration of the DNSCrypt-Proxy package. ") .. translatef("For further information " .. "" - .. "see the wiki online", "https://wiki.openwrt.org/inbox/dnscrypt")) + .. "see the wiki online", "https://openwrt.org/docs/guide-user/services/dns/dnscrypt")) m:chain("dhcp") function m.on_after_commit(self) @@ -146,7 +146,7 @@ if not fs.access("/etc/resolv-crypt.conf") or fs.stat("/etc/resolv-crypt.conf"). translate("Create '/etc/resolv-crypt.conf' with 'options timeout:1' to reduce DNS upstream timeouts with multiple DNSCrypt instances.
") .. translatef("For further information " .. "" - .. "see the wiki online", "https://wiki.openwrt.org/inbox/dnscrypt")) + .. "see the wiki online", "https://openwrt.org/docs/guide-user/services/dns/dnscrypt")) btn2.inputtitle = translate("Create Config File") btn2.inputstyle = "apply" btn2.disabled = false -- cgit v1.2.3