diff mbox series

collect2 patch to https in URL

Message ID b0fd271d-5d66-f106-7234-59d6189b7fa5@jguk.org
State New
Headers show
Series collect2 patch to https in URL | expand

Commit Message

Jonny Grant April 17, 2019, 12:45 p.m. UTC
Hello

Change the "collect2 -help" output to have https URL:

Overview: http://gcc.gnu.org/onlinedocs/gccint/Collect2.html

2019-04-14  Jonny Grant  <jg@jguk.org>
         * collect2.c: Change gcc.gnu.org URL to HTTPS


Thank you
Jonny

Comments

Jeff Law April 17, 2019, 6:11 p.m. UTC | #1
On 4/17/19 6:45 AM, Jonny Grant wrote:
> Hello
> 
> Change the "collect2 -help" output to have https URL:
> 
> Overview: http://gcc.gnu.org/onlinedocs/gccint/Collect2.html
> 
> 2019-04-14  Jonny Grant  <jg@jguk.org>
>         * collect2.c: Change gcc.gnu.org URL to HTTPS
> 
> 
> Thank you
> Jonny
THanks.  I've installed this on the trunk.

jeff
Jonny Grant April 17, 2019, 7:44 p.m. UTC | #2
On 17/04/2019 19:11, Jeff Law wrote:
> On 4/17/19 6:45 AM, Jonny Grant wrote:
>> Hello
>>
>> Change the "collect2 -help" output to have https URL:
>>
>> Overview: http://gcc.gnu.org/onlinedocs/gccint/Collect2.html
>>
>> 2019-04-14  Jonny Grant  <jg@jguk.org>
>>          * collect2.c: Change gcc.gnu.org URL to HTTPS
>>
>>
>> Thank you
>> Jonny
> THanks.  I've installed this on the trunk.
> 
> jeff


Excellent
diff mbox series

Patch

Index: gcc/collect2.c
===================================================================
--- gcc/collect2.c	(revision 270408)
+++ gcc/collect2.c	(working copy)
@@ -1640,7 +1640,7 @@ 
       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");
     }