summaryrefslogtreecommitdiff
path: root/stdio-common
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2017-11-16 11:49:26 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-11-16 11:49:26 +0530
commita306c790a835894c22d076a04a9924d3daeb9462 (patch)
tree6f849173d31f5e9ce00eefc93640c7fc3013b89f /stdio-common
parent7532837d7b03b3ca5b9a63d77a5bd81dd23f3d9c (diff)
Prefer https for Sourceware links
Update all sourceware links to https. The website redirects everything to https anyway so let the web server do a bit less work. The only reference that remains unchanged is the one in the old ChangeLog, since it didn't seem worth changing it. * NEWS: Update sourceware link to https. * configure.ac: Likewise. * crypt/md5test-giant.c: Likewise. * dlfcn/bug-atexit1.c: Likewise. * dlfcn/bug-atexit2.c: Likewise. * localedata/README: Likewise. * malloc/tst-mallocfork.c: Likewise. * manual/install.texi: Likewise. * nptl/tst-pthread-getattr.c: Likewise. * stdio-common/tst-fgets.c: Likewise. * stdio-common/tst-fwrite.c: Likewise. * sunrpc/Makefile: Likewise. * sysdeps/arm/armv7/multiarch/memcpy_impl.S: Likewise. * wcsmbs/tst-mbrtowc2.c: Likewise. * configure: Regenerate. * INSTALL: Regenerate.
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/tst-fgets.c2
-rw-r--r--stdio-common/tst-fwrite.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/tst-fgets.c b/stdio-common/tst-fgets.c
index 0aa9030e3a..912b7068eb 100644
--- a/stdio-common/tst-fgets.c
+++ b/stdio-common/tst-fgets.c
@@ -1,5 +1,5 @@
/* Derived from the test case in
- http://sourceware.org/bugzilla/show_bug.cgi?id=713. */
+ https://sourceware.org/bugzilla/show_bug.cgi?id=713. */
#include <stdio.h>
static int
diff --git a/stdio-common/tst-fwrite.c b/stdio-common/tst-fwrite.c
index 2986c8932a..1db10d0f6a 100644
--- a/stdio-common/tst-fwrite.c
+++ b/stdio-common/tst-fwrite.c
@@ -1,5 +1,5 @@
/* Derived from the test case in
- http://sourceware.org/bugzilla/show_bug.cgi?id=1078. */
+ https://sourceware.org/bugzilla/show_bug.cgi?id=1078. */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>