diff options
author | Dirk Brenken <dev@brenken.org> | 2019-01-05 16:55:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-05 16:55:00 +0100 |
commit | 9781725bcb1bdc66e89c0c43a094eeb7e333319d (patch) | |
tree | a2bb8d18cde63b0c8099db014a7fb9546938b46f /applications/luci-app-ddns | |
parent | 66c2bbc2790813a7889c0dd329131e5012fc83dd (diff) | |
parent | 61ceacca6daed05ce2753cc817d6946ad08b2f76 (diff) |
Merge pull request #2428 from leonghui/update_wiki_links
Update docs and packages wiki links
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 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", .. [[<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>]] ) |