>From f1ac7531bfa34c189019f5c53bf99036e5af046b Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Sun, 12 Nov 2017 16:42:58 +0100 Subject: [PATCH] maint: shorten https://lists.gnu.org/archive/html/... links Each /archive/html/ part can be replace with /r/. Run this to induce the change: git grep -l archive/html|xargs perl -pi -e 's,/archive/html/,/r/,g' * README: Perform that substitution. * find/testsuite/find.posix/depth1.exp: Likewise. * gnulib-local/lib/gcc-function-attributes.h --- README | 4 ++-- find/testsuite/find.posix/depth1.exp | 2 +- gnulib-local/lib/gcc-function-attributes.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 6bf71886..faf4f974 100644 --- a/README +++ b/README @@ -72,7 +72,7 @@ Discussion of the findutils package and ways to improve it takes place on the "bug-findutils" mailing list, which you can join by sending mail to address@hidden An archive of patches to the bug-findutils mailing list is available at -https://lists.gnu.org/archive/html/bug-findutils/. +https://lists.gnu.org/r/bug-findutils/. Bug reports, suggested patches and enhancement requests for findutils should be logged at https://savannah.gnu.org/bugs/?group=findutils. @@ -83,7 +83,7 @@ address@hidden You are also welcome to send patches to that list, but unless you are a list subscriber, you won't be able to follow any resulting discussion. An archive of posts to the findutils-patches mailing list is available at -https://lists.gnu.org/archive/html/findutils-patches/. +https://lists.gnu.org/r/findutils-patches/. Mail suggestions and bug reports for these programs to address@hidden diff --git a/find/testsuite/find.posix/depth1.exp b/find/testsuite/find.posix/depth1.exp index 4ef740c1..b5fce157 100644 --- a/find/testsuite/find.posix/depth1.exp +++ b/find/testsuite/find.posix/depth1.exp @@ -1,4 +1,4 @@ -# tests for the bug reported at https://lists.gnu.org/archive/html/bug-findutils/2005-02/msg00077.html +# tests for the bug reported at https://lists.gnu.org/r/bug-findutils/2005-02/msg00077.html exec rm -rf tmp exec mkdir tmp exec mkdir tmp/1 tmp/1/2 tmp/1/2/3 tmp/1/2/20 tmp/1/2/37 tmp/1/2/54 tmp/1/2/55 tmp/1/2/55/56 tmp/1/2/55/57 tmp/1/2/55/58 tmp/1/2/55/59 diff --git a/gnulib-local/lib/gcc-function-attributes.h b/gnulib-local/lib/gcc-function-attributes.h index 8187ffe5..c4affb25 100644 --- a/gnulib-local/lib/gcc-function-attributes.h +++ b/gnulib-local/lib/gcc-function-attributes.h @@ -19,7 +19,7 @@ /* Be aware that some function attributes do not work with function pointers. See - https://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00007.html + https://lists.gnu.org/r/bug-gnulib/2011-04/msg00007.html for details. */ #ifndef _GCC_FUNCTION_ATTRIBUTES_H -- 2.15.0