Re: website: http URL for snapshots
Philippe Blain via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Joel,
Le 2021-09-09 à 12:44, Joel Brobecker a écrit :
> Hi Simon,
>
>> This page:
>>
>> https://www.gnu.org/software/gdb/current/
>>
>> ... only gives a FTP URL for the snapshots. FTP is getting harder to
>> use, with modern browsers dropping support for it. I would suggest
>> adding the http URL for it (https://sourceware.org/pub/gdb/snapshots/).
>
> I've updated the web page to point to the HTTP/S URL first, with
> a link to the FTP download for those who want it.
>
I noticed that the two new HTTPS links ("Current Development" and "Latest Release Branch")
do not work because the 'href' attribute of the '<a>' tag is missing an opening double quote.
Cheers,
Philippe.