summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosip Medved <jmedved@jmedved.com>2021-10-04 18:32:59 -0700
committerDaniel Stenberg <daniel@haxx.se>2021-10-05 08:40:24 +0200
commit2ac10a9ea08c2bf46da02d867b76d42b1fb94cf1 (patch)
tree8f0fe3facffaf32a7def34418a9f0f4f8d728c55
parent18480f71be0685ee6becaa85c762c6b7956a2402 (diff)
downloadcurl-2ac10a9ea08c2bf46da02d867b76d42b1fb94cf1.tar.gz
HTTP3: fix the HTTP/3 Explained book link
Closes #7813
-rw-r--r--docs/HTTP3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index c6d0ef722..89a0b12ac 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) -