luci-app-ddns: update wiki link for global settings
authorleonghui <leonghui@users.noreply.github.com>
Sat, 5 Jan 2019 11:06:59 +0000 (11:06 +0000)
committerGitHub <noreply@github.com>
Sat, 5 Jan 2019 11:06:59 +0000 (11:06 +0000)
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
applications/luci-app-ddns/luasrc/model/cbi/ddns/global.lua

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>]]
        )