tidy-up: URLs

- to avoid dupes.
- missing slashes.
- drop `.git` suffix from GitHub git repo URLs for a few outliers.
- use short YouTube URL like curl-www does.
- sync two RFC doc URLs with others.

Closes #19879
This commit is contained in:
Viktor Szakats 2025-12-08 16:44:29 +01:00
parent 09e48d5a04
commit 2ae983bf4e
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
11 changed files with 15 additions and 13 deletions

View file

@ -102,7 +102,7 @@ snapshots automatically):
$ mkdir curl-testing
$ cd curl-testing
$ git clone https://github.com/curl/curl.git
$ git clone https://github.com/curl/curl
With the curl sources checked out, or downloaded, you can start testing right
away. If you want to use *testcurl* without command line arguments and to have