From 18e9050e3a26693b207f901b0a0cd5603248ec9f Mon Sep 17 00:00:00 2001 From: Leong Hui Wong Date: Sat, 14 Dec 2019 15:36:57 +0800 Subject: [PATCH] treewide: update wiki links Signed-off-by: Leong Hui Wong --- README.md | 2 +- admin/zabbix/Makefile | 2 +- admin/zabbix/files/mac80211 | 4 ++-- admin/zabbix/files/network | 2 +- admin/zabbix/files/wifi | 2 +- net/ddns-scripts/Makefile | 6 +++--- net/ddns-scripts/files/ddns.config | 2 +- net/xl2tpd/Makefile | 2 +- net/xl2tpd/README.md | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 373f74e24e..4b8b9e94ce 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt. -Installation of pre-built packages is handled directly by the **opkg** utility within your running OpenWrt system or by using the [OpenWrt SDK](https://openwrt.org/docs/guide-developer/obtain.firmware.sdk) on a build system. +Installation of pre-built packages is handled directly by the **opkg** utility within your running OpenWrt system or by using the [OpenWrt SDK](https://openwrt.org/docs/guide-developer/using_the_sdk) on a build system. ## Usage diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile index e5e6826bd2..e0b722efca 100644 --- a/admin/zabbix/Makefile +++ b/admin/zabbix/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zabbix PKG_VERSION:=4.0.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/zabbix diff --git a/admin/zabbix/files/mac80211 b/admin/zabbix/files/mac80211 index a567f85ce2..56465c76f7 100644 --- a/admin/zabbix/files/mac80211 +++ b/admin/zabbix/files/mac80211 @@ -1,7 +1,7 @@ -#see http://wiki.openwrt.org/doc/howto/zabbix for ready to use templates +#see https://openwrt.org/docs/guide-user/services/network_monitoring/zabbix for ready to use templates # If you want to know the exact meaning of an UserParameter, you can search in the ieee80211 standard: -# http://standards.ieee.org/getieee802/download/802.11-2012.pdf +# https://standards.ieee.org/standard/802_11-2016.html # example: for mac80211.ACKFailureCount search for dot11ACKFailureCount (page 2145) # mac80211 phy discovery (like 'phy0') diff --git a/admin/zabbix/files/network b/admin/zabbix/files/network index cc01059214..43a0d3943d 100644 --- a/admin/zabbix/files/network +++ b/admin/zabbix/files/network @@ -1,4 +1,4 @@ -#see http://wiki.openwrt.org/doc/howto/zabbix for ready to use templates +#see https://openwrt.org/docs/guide-user/services/network_monitoring/zabbix for ready to use templates # network interface discovery # example: {"data":[{"{#IF}":"lo", "{#NET}":"loopback"},{"{#IF}":"br-lan", "{#NET}":"lan"},{"{#IF}":"eth0.1", "{#NET}":"wan"}]} diff --git a/admin/zabbix/files/wifi b/admin/zabbix/files/wifi index e63b18e98c..e79d375d28 100644 --- a/admin/zabbix/files/wifi +++ b/admin/zabbix/files/wifi @@ -1,4 +1,4 @@ -#see http://wiki.openwrt.org/doc/howto/zabbix for ready to use templates +#see https://openwrt.org/docs/guide-user/services/network_monitoring/zabbix for ready to use templates # wifi interface discovery # example: {"data":[{"{#IF}":"wlan0", "{#MODE}":"ap", "{#SSID}":"Openwrt", "{#NET}":"lan", "{#DEV}":"radio0", "{#ENC}":"psk2+ccmp", "{#TYPE}":"mac80211", "{#HWMODE}":"11ng", "{#CHANNEL}":"11", "{#BSSID}":"xx:xx:xx:xx:xx:xx"}]} diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index f11c3d52b5..603944048d 100755 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts PKG_VERSION:=2.7.8 # Release == build # increase on changes of services files or tld_names.dat -PKG_RELEASE:=11 +PKG_RELEASE:=12 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:= @@ -36,7 +36,7 @@ define Package/ddns-scripts endef # shown in LuCI package description define Package/ddns-scripts/description - Dynamic DNS Client scripts (with IPv6 support) - Info: http://wiki.openwrt.org/doc/howto/ddns.client + Dynamic DNS Client scripts (with IPv6 support) - Info: https://openwrt.org/docs/guide-user/services/ddns/client endef # shown in menuconfig define Package/ddns-scripts/config @@ -50,7 +50,7 @@ define Package/ddns-scripts/config - log file support - support to run once Version: $(PKG_VERSION)-$(PKG_RELEASE) - Info : http://wiki.openwrt.org/doc/howto/ddns.client + Info : https://openwrt.org/docs/guide-user/services/ddns/client endef ###### ************************************************************************* diff --git a/net/ddns-scripts/files/ddns.config b/net/ddns-scripts/files/ddns.config index 6d6b810921..b45855f0d0 100644 --- a/net/ddns-scripts/files/ddns.config +++ b/net/ddns-scripts/files/ddns.config @@ -1,5 +1,5 @@ # -# Please read http://wiki.openwrt.org/doc/uci/ddns +# Please read https://openwrt.org/docs/guide-user/base-system/ddns # config ddns "global" option ddns_dateformat "%F %R" diff --git a/net/xl2tpd/Makefile b/net/xl2tpd/Makefile index d8a97a226d..a979d8031b 100644 --- a/net/xl2tpd/Makefile +++ b/net/xl2tpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xl2tpd PKG_VERSION:=1.3.13 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Yousong Zhou PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=LICENSE diff --git a/net/xl2tpd/README.md b/net/xl2tpd/README.md index ea8a6e2ca7..f6beead6b2 100644 --- a/net/xl2tpd/README.md +++ b/net/xl2tpd/README.md @@ -34,7 +34,7 @@ netifd will not do the check and retry. The following are generic ppp options and should have the same format and semantics as with other ppp-related protocols. See -[uci/network#protocol_ppp](https://wiki.openwrt.org/doc/uci/network#protocol_ppp_ppp_over_modem) +[uci/network#protocol_ppp](https://openwrt.org/docs/guide-user/network/wan/wan_interface_protocols#protocol_ppp_ppp_over_modem) for details. username