summaryrefslogtreecommitdiff
path: root/tests/test-printf-posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-printf-posix.h')
-rw-r--r--tests/test-printf-posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-printf-posix.h b/tests/test-printf-posix.h
index c15a1d1080..55e83188a5 100644
--- a/tests/test-printf-posix.h
+++ b/tests/test-printf-posix.h
@@ -46,7 +46,7 @@ test_function (int (*my_printf) (const char *, ...))
/* FLAG_ZERO with infinite number. */
/* "0000000inf 33" is not a valid result; see
- <https://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00107.html> */
+ <https://lists.gnu.org/r/bug-gnulib/2007-04/msg00107.html> */
my_printf ("%010a %d\n", Infinityd (), 33, 44, 55);
/* Test the support of the %f format directive. */