docs: switch more URLs to https://

Normalize using https:// almost everywhere instead of http://

Closes #19872
This commit is contained in:
Daniel Stenberg 2025-12-08 11:11:02 +01:00
parent a1c01b2015
commit ab9beda1b3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
14 changed files with 99 additions and 97 deletions

View file

@ -130,7 +130,7 @@ character or string.
For example, this could look like:
http://user:password@www.example.com:80/index.html?foo=bar#top
https://user:password@www.example.com:80/index.html?foo=bar#top
## Scheme
@ -169,13 +169,13 @@ local network name of the machine on your network or the IP address of the
server or machine represented by either an IPv4 or IPv6 address (within
brackets). For example:
http://www.example.com/
https://www.example.com/
http://hostname/
https://hostname.example/
http://192.168.0.1/
https://192.168.0.1/
http://[2001:1890:1112:1::20]/
https://[2001:1890:1112:1::20]/
### "localhost"