mirror of
https://github.com/curl/curl.git
synced 2026-08-03 19:40:29 +03:00
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:
parent
a7bfbc09d4
commit
1fb734bc2d
36 changed files with 83 additions and 85 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue