* collect2.c (main): Change gcc.gnu.org URL to HTTPS.
authorJonny Grant <jg@jguk.org>
Wed, 17 Apr 2019 18:11:06 +0000 (18:11 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 17 Apr 2019 18:11:06 +0000 (12:11 -0600)
From-SVN: r270416

gcc/ChangeLog
gcc/collect2.c

index 0e9aeb4a91eae72dd377dc9f00d50e5e7e0c5db6..a886044d33be486c9d65f29ecac4b4a1c1ed8766 100644 (file)
@@ -1,3 +1,7 @@
+2019-04-17  Jonny Grant  <jg@jguk.org>
+
+        * collect2.c (main): Change gcc.gnu.org URL to HTTPS.
+
 2019-04-17  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/90095
index 25d49310ae2d72ee06df8921f097773dce332a10..eb84f84639be7593ae4937764bec44930a6389ac 100644 (file)
@@ -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");
     }