From: Josip Medved Date: Tue, 5 Oct 2021 01:32:59 +0000 (-0700) Subject: HTTP3: fix the HTTP/3 Explained book link X-Git-Tag: curl-7_80_0~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ac10a9ea08c2bf46da02d867b76d42b1fb94cf1;p=thirdparty%2Fcurl.git HTTP3: fix the HTTP/3 Explained book link Closes #7813 --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index c6d0ef722b..89a0b12aca 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -2,7 +2,7 @@ ## Resources -[HTTP/3 Explained](https://daniel.haxx.se/http3-explained/) - the online free +[HTTP/3 Explained](https://http3-explained.haxx.se/en/) - the online free book describing the protocols involved. [QUIC implementation](https://github.com/curl/curl/wiki/QUIC-implementation) -