mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:43:41 +03:00
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:
parent
09e48d5a04
commit
2ae983bf4e
11 changed files with 15 additions and 13 deletions
2
docs/FAQ
2
docs/FAQ
|
|
@ -1043,7 +1043,7 @@ FAQ
|
|||
you will find that even if D:\blah.txt does exist, curl returns a 'file
|
||||
not found' error.
|
||||
|
||||
According to RFC 1738 (https://www.ietf.org/rfc/rfc1738.txt),
|
||||
According to RFC 1738 (https://datatracker.ietf.org/doc/html/rfc1738),
|
||||
file:// URLs must contain a host component, but it is ignored by
|
||||
most implementations. In the above example, 'D:' is treated as the
|
||||
host component, and is taken away. Thus, curl tries to open '/blah.txt'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue