mirror of
https://github.com/curl/curl.git
synced 2026-04-24 06:32:13 +03:00
docs/examples: URL updates
- also update two URLs outside of docs/examples - fix spelling of filename persistant.c - fix three long lines that started failing checksrc.pl Closes https://github.com/curl/curl/pull/3036
This commit is contained in:
parent
c42849bb48
commit
efc696a2e0
36 changed files with 114 additions and 113 deletions
|
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
/* Written by David Strauss
|
||||
*
|
||||
* Expat => http://www.libexpat.org/
|
||||
* Expat => https://libexpat.github.io/
|
||||
*
|
||||
* gcc -Wall -I/usr/local/include xmlstream.c -lcurl -lexpat -o xmlstream
|
||||
*
|
||||
|
|
@ -131,7 +131,7 @@ int main(void)
|
|||
curl_global_init(CURL_GLOBAL_DEFAULT);
|
||||
curl_handle = curl_easy_init();
|
||||
curl_easy_setopt(curl_handle, CURLOPT_URL,
|
||||
"http://www.w3schools.com/xml/simple.xml");
|
||||
"https://www.w3schools.com/xml/simple.xml");
|
||||
curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, parseStreamCallback);
|
||||
curl_easy_setopt(curl_handle, CURLOPT_WRITEDATA, (void *)parser);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue