aboutsummaryrefslogtreecommitdiff
path: root/docs/HTTP2.md
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2015-06-15 11:34:14 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-15 11:39:41 +0200
commit4fd187c677470305e4d860307fc2db4e488c937d (patch)
tree07d9f18dd73162a809ed01369a4cef60ca728fbb /docs/HTTP2.md
parent496e96c242e80b206fb8b326e2b8e990b60e9be2 (diff)
HTTP2.md: use SSL/TLS IETF URLs
Diffstat (limited to 'docs/HTTP2.md')
-rw-r--r--docs/HTTP2.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md
index ea14e57c5..b4e2983bd 100644
--- a/docs/HTTP2.md
+++ b/docs/HTTP2.md
@@ -1,7 +1,7 @@
HTTP/2 with curl
================
-[HTTP/2 Spec](http://www.rfc-editor.org/rfc/rfc7540.txt)
+[HTTP/2 Spec](https://www.rfc-editor.org/rfc/rfc7540.txt)
[http2 explained](http://daniel.haxx.se/http2/)
Build prerequisites
@@ -95,7 +95,7 @@ same origin server that you get the response from. A browser or long-living
client can use that hint to create a new connection asynchronously. For
libcurl, we may introduce a way to bring such clues to the applicaton and/or
let a subsequent request use the alternate route
-automatically. [Spec](http://tools.ietf.org/html/draft-ietf-httpbis-alt-svc-05)
+automatically. [Spec](https://tools.ietf.org/html/draft-ietf-httpbis-alt-svc-05)
TODO
----