From e050689bb868697eb893b24877efc749b7730562 Mon Sep 17 00:00:00 2001 From: Jonny Grant Date: Wed, 17 Apr 2019 18:11:06 +0000 Subject: * collect2.c (main): Change gcc.gnu.org URL to HTTPS. From-SVN: r270416 --- gcc/collect2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/collect2.c') diff --git a/gcc/collect2.c b/gcc/collect2.c index 25d4931..eb84f84 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"); } -- cgit v1.1