diff options
author | Leong Hui Wong <wong.leonghui@gmail.com> | 2019-11-29 09:16:02 +0800 |
---|---|---|
committer | Leong Hui Wong <wong.leonghui@gmail.com> | 2019-11-29 09:16:02 +0800 |
commit | a6f1ff5a8591a2a71a4d18400efcaf2850836943 (patch) | |
tree | e31a0091ccc86f27d8c55f5ed48d42b5c08d2c9e /admin/backuppc | |
parent | f0eb182472dcbf18df511828b0287f1353684525 (diff) |
treewide: update wiki links
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
Diffstat (limited to 'admin/backuppc')
-rw-r--r-- | admin/backuppc/Makefile | 2 | ||||
-rw-r--r-- | admin/backuppc/files/backuppc.init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/backuppc/Makefile b/admin/backuppc/Makefile index 56b62ecd7..8255a994d 100644 --- a/admin/backuppc/Makefile +++ b/admin/backuppc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=backuppc PKG_VERSION:=3.3.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=BackupPC-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/backuppc diff --git a/admin/backuppc/files/backuppc.init b/admin/backuppc/files/backuppc.init index 7f5253ddc..d8aaa3775 100644 --- a/admin/backuppc/files/backuppc.init +++ b/admin/backuppc/files/backuppc.init @@ -49,7 +49,7 @@ preconfigure() { echo "pass: ${PASS}" echo echo "It is also recommended to follow the steps in" - echo "https://wiki.openwrt.org/doc/uci/uhttpd#securing_uhttpd" + echo "https://openwrt.org/docs/guide-user/services/webserver/uhttpd#securing_uhttpd" echo "to secure access to uhttpd." fi } |