Commit e050689b by Jonny Grant Committed by Jeff Law

* collect2.c (main): Change gcc.gnu.org URL to HTTPS.

From-SVN: r270416
parent ec60715d
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
......
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment