Merge pull request #2428 from leonghui/update_wiki_links
authorDirk Brenken <dev@brenken.org>
Sat, 5 Jan 2019 15:55:00 +0000 (16:55 +0100)
committerGitHub <noreply@github.com>
Sat, 5 Jan 2019 15:55:00 +0000 (16:55 +0100)
Update docs and packages wiki links

applications/luci-app-ddns/luasrc/model/cbi/ddns/global.lua
applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua
documentation/CBI.md

index 9dc08575096525cf8dd9d535364ca9a1b710a81e..2f06200146b5a725ec0af29b27328b14d87eac4f 100644 (file)
@@ -28,7 +28,7 @@ local ns = m:section( NamedSection, "global", "ddns",
        .. [[<br /><strong>]]
        .. translate("It is NOT recommended for casual users to change settings on this page.")
        .. [[</strong><br />]]
-       .. [[<a href="http://wiki.openwrt.org/doc/uci/ddns#version_2x1" target="_blank">]]
+       .. [[<a href="https://openwrt.org/docs/guide-user/base-system/ddns#section_ddns" target="_blank">]]
        .. translate("For detailed information about parameter settings look here.")
        .. [[</a>]]
        )
index 8f0e3224b49be626d4a438154533e167cc3ce12c..967110fbf8b7063d91092d8fd068de93d385fd47 100644 (file)
@@ -59,7 +59,7 @@ m = Map("dnscrypt-proxy", translate("DNSCrypt-Proxy"),
        translate("Configuration of the DNSCrypt-Proxy package. ")
        .. translatef("For further information "
        .. "<a href=\"%s\" target=\"_blank\">"
-       .. "see the wiki online</a>", "https://wiki.openwrt.org/inbox/dnscrypt"))
+       .. "see the wiki online</a>", "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.<br />")
                .. translatef("For further information "
                .. "<a href=\"%s\" target=\"_blank\">"
-               .. "see the wiki online</a>", "https://wiki.openwrt.org/inbox/dnscrypt"))
+               .. "see the wiki online</a>", "https://openwrt.org/docs/guide-user/services/dns/dnscrypt"))
        btn2.inputtitle = translate("Create Config File")
        btn2.inputstyle = "apply"
        btn2.disabled = false
index d4bc4c34e53e8d51f29d32ae56d01d7402315706..933380d22f5ea16b6f954c552f6090f5c40f75e0 100644 (file)
@@ -12,7 +12,7 @@ This Reference covers **the basics** of the CBI system.
 ## class Map (_config, title, description_)
 This is the root object of the model.
 
-* **config:** configuration filename to be mapped, see [UCI documentation](http://wiki.openwrt.org/doc/uci) and the files in /etc/config
+* **config:** configuration filename to be mapped, see [UCI documentation](https://openwrt.org/docs/guide-user/base-system/uci) and the files in /etc/config
 * **title:** title shown in the UI
 * **description:** description shown in the UI