summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-05-23 00:36:49 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-05-23 08:40:13 +0200
commit3c8b969de64b3015d1cb1280cc1f9b867c944e33 (patch)
treeff0dfab7633645f6bca6e8d3957b71faf8eef734
parent216636a4cef2eb618d3923246e36d491d9e12ad3 (diff)
downloadcurl-3c8b969de64b3015d1cb1280cc1f9b867c944e33.tar.gz
links: update dead links
The wiki pages are gone, remove and link to more long-living docs. Closes #8897
-rw-r--r--docs/HTTP3.md4
-rw-r--r--lib/altsvc.c3
-rw-r--r--lib/hsts.c3
3 files changed, 2 insertions, 8 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index f48fbd8b2..42bc974ab 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -5,10 +5,6 @@
[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) -
-the wiki page describing the plan for how to support QUIC and HTTP/3 in curl
-and libcurl.
-
[quicwg.org](https://quicwg.org/) - home of the official protocol drafts
## QUIC libraries
diff --git a/lib/altsvc.c b/lib/altsvc.c
index dd2d0ebed..f5aee73a1 100644
--- a/lib/altsvc.c
+++ b/lib/altsvc.c
@@ -184,8 +184,7 @@ static CURLcode altsvc_add(struct altsvcinfo *asi, char *line)
/*
* Load alt-svc entries from the given file. The text based line-oriented file
- * format is documented here:
- * https://github.com/curl/curl/wiki/QUIC-implementation
+ * format is documented here: https://curl.se/docs/alt-svc.html
*
* This function only returns error on major problems that prevents alt-svc
* handling to work completely. It will ignore individual syntactical errors
diff --git a/lib/hsts.c b/lib/hsts.c
index b9fa6f7af..4a1730435 100644
--- a/lib/hsts.c
+++ b/lib/hsts.c
@@ -494,8 +494,7 @@ static CURLcode hsts_pull(struct Curl_easy *data, struct hsts *h)
/*
* Load the HSTS cache from the given file. The text based line-oriented file
- * format is documented here:
- * https://github.com/curl/curl/wiki/HSTS
+ * format is documented here: https://curl.se/docs/hsts.html
*
* This function only returns error on major problems that prevent hsts
* handling to work completely. It will ignore individual syntactical errors