]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tidy-up: URLs
authorViktor Szakats <commit@vsz.me>
Mon, 22 Sep 2025 21:58:41 +0000 (23:58 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 22 Sep 2025 22:34:46 +0000 (00:34 +0200)
Closes #18689

docs/BINDINGS.md
docs/BUG-BOUNTY.md
docs/ECH.md
docs/HTTP-COOKIES.md
docs/HTTPSRR.md
docs/INSTALL.md
docs/RUSTLS.md

index 8bba1d9c9a8dc42a2a4891a8adcfcd679f39d71e..a72482cf8dfdad7e0887f08d897a826867b6a6af 100644 (file)
@@ -22,7 +22,7 @@ libcurl bindings
 
 [Basic](https://scriptbasic.com/) ScriptBasic bindings written by Peter Verhas
 
-C++: [curlpp](https://github.com/jpbarrette/curlpp/) Written by Jean-Philippe Barrette-LaPierre,
+C++: [curlpp](https://github.com/jpbarrette/curlpp) Written by Jean-Philippe Barrette-LaPierre,
 [curlcpp](https://github.com/JosephP91/curlcpp) by Giuseppe Persico and [C++
 Requests](https://github.com/libcpr/cpr) by Huu Nguyen
 
@@ -75,7 +75,7 @@ Go: [go-curl](https://github.com/andelf/go-curl) by ShuYu Wang
 
 Lua: [luacurl](https://web.archive.org/web/20201205052437/luacurl.luaforge.net/) by Alexander Marinov, [Lua-cURL](https://github.com/Lua-cURL) by Jürgen Hötzel
 
-[Mono](https://web.archive.org/web/20070606064500/https://forge.novell.com/modules/xfmod/project/?libcurl-mono) Written by Jeffrey Phillips
+[Mono](https://web.archive.org/web/20070606064500/forge.novell.com/modules/xfmod/project/?libcurl-mono) Written by Jeffrey Phillips
 
 [.NET](https://sourceforge.net/projects/libcurl-net/) libcurl-net by Jeffrey Phillips
 
@@ -121,7 +121,7 @@ Ruby: [curb](https://github.com/taf2/curb) written by Ross Bamford,
 
 [Rust](https://github.com/alexcrichton/curl-rust) curl-rust - by Carl Lerche
 
-[Scheme](https://www.metapaper.net/lisovsky/web/curl/) Bigloo binding by Kirill Lisovsky
+[Scheme](https://metapaper.net/lisovsky/web/curl/) Bigloo binding by Kirill Lisovsky
 
 [Scilab](https://help.scilab.org/docs/current/fr_FR/getURL.html) binding by Sylvestre Ledru
 
index 6933c61b3470031c42ff7ba5fe96d0d5ea34bb0c..d75ea28e02489e032196331a86f891ec867ee16b 100644 (file)
@@ -7,8 +7,8 @@ SPDX-License-Identifier: curl
 # The curl bug bounty
 
 The curl project runs a bug bounty program in association with
-[HackerOne](https://www.hackerone.com) and the [Internet Bug
-Bounty](https://internetbugbounty.org).
+[HackerOne](https://www.hackerone.com/) and the [Internet Bug
+Bounty](https://internetbugbounty.org/).
 
 ## How does it work?
 
index 969bbfa27f54274f74def4fa4f41a316ff29bbf2..712bf2d774f0c44c1da718dbe0233d4d567fd559 100644 (file)
@@ -375,8 +375,8 @@ There are some known issues with the ECH implementation in wolfSSL:
 - The main issue is that the client currently handles HelloRetryRequest
   incorrectly.  [HRR issue](https://github.com/wolfSSL/wolfssl/issues/6802).)
   The HRR issue means that the client does not work for
-  [this ECH test web site](https://tls-ech.dev) and any other similarly configured
-  sites.
+  [this ECH test web site](https://tls-ech.dev/) and any other similarly
+  configured sites.
 - There is also an issue related to so-called middlebox compatibility mode.
   [middlebox compatibility issue](https://github.com/wolfSSL/wolfssl/issues/6774)
 
index 62905dbc6c192994e02446fe914a284246785493..41faecdcb9ecbdcad4251b39849b8a15bc125fb9 100644 (file)
@@ -23,7 +23,7 @@ SPDX-License-Identifier: curl
   For a long time, the only spec explaining how to use cookies was the
   original [Netscape spec from 1994](https://curl.se/rfc/cookie_spec.html).
 
-  In 2011, [RFC 6265](https://www.ietf.org/rfc/rfc6265.txt) was finally
+  In 2011, [RFC 6265](https://datatracker.ietf.org/doc/html/rfc6265) was finally
   published and details how cookies work within HTTP. In 2016, an update which
   added support for prefixes was
   [proposed](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-prefixes-00),
index 22184a253e68b487a7f6f8c3eb5b7f7e8aa192b6..7e828063481e300b62b819700d5832f5c4d7e692 100644 (file)
@@ -6,7 +6,7 @@ SPDX-License-Identifier: curl
 
 # HTTPS RR
 
-[RFC 9460](https://www.rfc-editor.org/rfc/rfc9460.html) documents the HTTPS
+[RFC 9460](https://datatracker.ietf.org/doc/html/rfc9460) documents the HTTPS
 DNS Resource Record.
 
 curl features **experimental** support for HTTPS RR.
index 3972d242399f74cb01e05c906cde796842cd893b..ff0a36d3658cefb8e21436cc33cf370a2d0c2962 100644 (file)
@@ -15,7 +15,8 @@ libcurl from [source code](https://curl.se/download.html).
 
 ## Building using vcpkg
 
-You can download and install curl and libcurl using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
+You can download and install curl and libcurl using
+the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
 
     git clone https://github.com/Microsoft/vcpkg.git
     cd vcpkg
@@ -30,8 +31,8 @@ or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
 ## Building from git
 
 If you get your code off a git repository instead of a release tarball, see
-the [GIT-INFO.md](https://github.com/curl/curl/blob/master/GIT-INFO.md) file in the root directory for specific instructions on how
-to proceed.
+the [GIT-INFO.md](https://github.com/curl/curl/blob/master/GIT-INFO.md) file in
+the root directory for specific instructions on how to proceed.
 
 # Unix
 
@@ -217,7 +218,7 @@ executable in `/bin/` or you see the configure fail toward the end.
 Download the setup installer from
 [`cygwin`](https://cygwin.com/) to begin. Additional `cygwin`
 packages are needed for the install. For more on installing packages visit
-[`cygwin setup`](https://www.cygwin.com/faq/faq.html#faq.setup.cli).
+[`cygwin setup`](https://cygwin.com/faq/faq.html#faq.setup.cli).
 
 Either run setup-x86_64.exe, then search and select packages individually, or try:
 
index e46e1d8025168e905a9605141792d84175049ee7..4f904a97e082960f92b0d556c5c6db3e52a2f7f4 100644 (file)
@@ -8,7 +8,7 @@ SPDX-License-Identifier: curl
 
 [Rustls is a TLS backend written in Rust](https://docs.rs/rustls/). curl can
 be built to use it as an alternative to OpenSSL or other TLS backends. We use
-the [rustls-ffi C bindings](https://github.com/rustls/rustls-ffi/). This
+the [rustls-ffi C bindings](https://github.com/rustls/rustls-ffi). This
 version of curl is compatible with `rustls-ffi` v0.15.x.
 
 ## Getting rustls-ffi