]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
links: update dead links
authorDaniel Stenberg <daniel@haxx.se>
Sun, 22 May 2022 22:36:49 +0000 (00:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 May 2022 06:40:13 +0000 (08:40 +0200)
The wiki pages are gone, remove and link to more long-living docs.

Closes #8897

docs/HTTP3.md
lib/altsvc.c
lib/hsts.c

index f48fbd8b24805f66c456b4d140f8a43d412972da..42bc974ab900f6ceb56d5964ad9f8768fc7fc684 100644 (file)
@@ -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
index dd2d0ebed6c72d02acfd79fb9d5774170bfde39f..f5aee73a1a281101e82021135ce0e2171b0019f8 100644 (file)
@@ -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
index b9fa6f7af540d93aec38a0bfa03ec0f91a502d91..4a17304355578786606b59fdc05fef3748c4058c 100644 (file)
@@ -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