diff options
author | leonghui <leonghui@users.noreply.github.com> | 2019-01-05 11:06:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-05 11:06:59 +0000 |
commit | 332d7cff5b83046ad7ec22e34e4e5cd214604327 (patch) | |
tree | 2fe1bd859164f360419a74e56931b18ad6b1adcf /applications/luci-app-ddns | |
parent | 70aaf72f4686eaf7839bd8bb8f4017d98a5d7b77 (diff) |
luci-app-ddns: update wiki link for global settings
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
Diffstat (limited to 'applications/luci-app-ddns')
-rw-r--r-- | applications/luci-app-ddns/luasrc/model/cbi/ddns/global.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 9dc085750..2f0620014 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", .. [[<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>]] ) |