docs: tidy-up scheme references

After this patch `://` schemes are lowercase and enclosed in backticks.

Also:
- docs/libcurl/libcurl-multi.md: drop a stray C code fence.
- docs/libcurl/libcurl-tutorial.md: replace single/double quotes with
  Markdown markup where applicable.

Ref: #21646

Closes #21674
This commit is contained in:
Viktor Szakats 2026-05-18 18:38:25 +02:00
parent a7bfbc09d4
commit 1fb734bc2d
No known key found for this signature in database
36 changed files with 83 additions and 85 deletions

View file

@ -69,7 +69,7 @@ int main(void)
if(curl) {
/*
* You better replace the URL with one that works! Note that we use an
* FTP:// URL with standard explicit FTPS. You can also do FTPS:// URLs if
* ftp:// URL with standard explicit FTPS. You can also do ftps:// URLs if
* you want to do the rarer kind of transfers: implicit.
*/
curl_easy_setopt(curl, CURLOPT_URL,