Skip to content

Commit 3ee47cf

Browse files
committed
Update remaining links to https.
Prefer the secure protocol by default. We do not update schema links since they're often standardized with protocol included. Note that the link to the Windows certificate store patch in the openssl.org bug tracker requires a login now.
1 parent bc48b78 commit 3ee47cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tag on the github mirror https://github.com/xiph/opusfile/releases
5252
to make sure you've included all the necessary libraries.
5353
- Upload the archive zipfile to websites.
5454
- Verify file permissions and that it's available at the expected URL.
55-
- Update links on <http://www.opus-codec.org/downloads/>.
55+
- Update links on <https://www.opus-codec.org/downloads/>.
5656

5757
Binary releases are copied manually to s3 to appear at
5858
https://archive.mozilla.org/pub/mozilla.org/opus/win32/

src/http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ static int op_parse_url_impl(OpusParsedURL *_dst,const char *_src){
564564
/*Discard the <fragment> component, if any.
565565
This doesn't get sent to the server.
566566
Some day we should add support for Media Fragment URIs
567-
<http://www.w3.org/TR/media-frags/>.*/
567+
<https://www.w3.org/TR/media-frags/>.*/
568568
if(*path_end=='#')uri_end=path_end+1+strspn(path_end+1,OP_URL_QUERY_FRAG);
569569
else uri_end=path_end;
570570
/*If there's anything left, this was not a valid URL.*/

src/wincerts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
in their bugtracker for over two years that implements this, without any
1515
action, so I'm giving up and re-implementing it locally.
1616
17-
[1] <http://rt.openssl.org/Ticket/Display.html?id=2158>*/
17+
[1] <https://rt.openssl.org/Ticket/Display.html?id=2158>*/
1818

1919
#ifdef HAVE_CONFIG_H
2020
#include "config.h"

0 commit comments

Comments
 (0)