From: Jonny Grant Date: Wed, 17 Apr 2019 18:11:06 +0000 (+0000) Subject: * collect2.c (main): Change gcc.gnu.org URL to HTTPS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e050689bb868697eb893b24877efc749b7730562;p=gcc.git * collect2.c (main): Change gcc.gnu.org URL to HTTPS. From-SVN: r270416 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0e9aeb4a91e..a886044d33b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-04-17 Jonny Grant + + * collect2.c (main): Change gcc.gnu.org URL to HTTPS. + 2019-04-17 Jakub Jelinek PR middle-end/90095 diff --git a/gcc/collect2.c b/gcc/collect2.c index 25d49310ae2..eb84f84639b 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -1640,7 +1640,7 @@ main (int argc, char **argv) printf (" --help Display this information\n"); printf (" -v, --version Display this program's version number\n"); printf ("\n"); - printf ("Overview: http://gcc.gnu.org/onlinedocs/gccint/Collect2.html\n"); + printf ("Overview: https://gcc.gnu.org/onlinedocs/gccint/Collect2.html\n"); printf ("Report bugs: %s\n", bug_report_url); printf ("\n"); }