Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx> --- build-aux/syntax-check.mk | 4 +--- src/conf/nwfilter_conf.c | 4 ++-- src/conf/schemas/basictypes.rng | 2 +- tests/openvzutilstest.conf | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk index 762b2e5ccc..9cc88ed896 100644 --- a/build-aux/syntax-check.mk +++ b/build-aux/syntax-check.mk @@ -903,12 +903,10 @@ http_sites += herp.derp http_sites += mah.everybody.org http_sites += etallen.com -# dead sites +# HTTP-only dead sites accessed via archive.org http_sites += blog.lystor.org.ua http_sites += blog.mes-stats.fr http_sites += www.javvin.com - -# 404 links http_sites += kerneltrap.org http_re= ($(subst $(space),|,$(http_sites))) diff --git a/src/conf/nwfilter_conf.c b/src/conf/nwfilter_conf.c index 5171145c75..a4baa75117 100644 --- a/src/conf/nwfilter_conf.c +++ b/src/conf/nwfilter_conf.c @@ -1107,8 +1107,8 @@ static const virXMLAttr2Struct vlanAttributes[] = { } }; -/* STP is documented by IEEE 802.1D; for a synopsis, - * see http://www.javvin.com/protocolSTP.html */ +/* STP is documented by IEEE 802.1D; for a synopsis, see + * https://web.archive.org/web/20130530200728/http://www.javvin.com/protocolSTP.html */ static const virXMLAttr2Struct stpAttributes[] = { /* spanning tree uses a special destination MAC address */ { diff --git a/src/conf/schemas/basictypes.rng b/src/conf/schemas/basictypes.rng index ae4d568222..2d6f1a2c84 100644 --- a/src/conf/schemas/basictypes.rng +++ b/src/conf/schemas/basictypes.rng @@ -234,7 +234,7 @@ </data> </define> - <!-- Based on http://blog.mes-stats.fr/2008/10/09/regex-ipv4-et-ipv6 --> + <!-- Based on https://web.archive.org/web/20090503193311/http://blog.mes-stats.fr/2008/10/09/regex-ipv4-et-ipv6 --> <define name="ipv6Addr"> <data type="string"> <!-- To understand this better, take apart the toplevel "|"s --> diff --git a/tests/openvzutilstest.conf b/tests/openvzutilstest.conf index c5d048c5f6..d3827d8f0c 100644 --- a/tests/openvzutilstest.conf +++ b/tests/openvzutilstest.conf @@ -1,4 +1,4 @@ -# sample config from http://blog.lystor.org.ua/2009/11/openvz-configuration-example.html +# sample config from https://web.archive.org/web/20111228161814/http://blog.lystor.org.ua/2009/11/openvz-configuration-example.html ONBOOT="yes" -- 2.35.3