mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:23:31 +03:00
docs: change "web site" to "website"
According to wikipedia: While "web site" was the original spelling, this variant has become rarely used, and "website" has become the standard spelling Closes #5822
This commit is contained in:
parent
8ac3a5df0e
commit
3d221409e2
14 changed files with 32 additions and 32 deletions
|
|
@ -9,7 +9,7 @@ some simple steps on how you can build your own application to take full
|
|||
advantage of libcurl.
|
||||
|
||||
If you end up with other small but still useful example sources, please mail
|
||||
them for submission in future packages and on the web site.
|
||||
them for submission in future packages and on the website.
|
||||
|
||||
BUILDING
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ want you do reorganize them like:
|
|||
*PLEASE* do not use the curl.haxx.se site as a test target for your libcurl
|
||||
applications/experiments. Even if some of the examples use that site as a URL
|
||||
at some places, it doesn't mean that the URLs work or that we expect you to
|
||||
actually torture our web site with your tests! Thanks.
|
||||
actually torture our website with your tests! Thanks.
|
||||
|
||||
EXAMPLES
|
||||
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ int main(int argc, char * const argv[])
|
|||
char *base_name = NULL;
|
||||
|
||||
printf("\nRTSP request %s\n", VERSION_STR);
|
||||
printf(" Project web site: "
|
||||
printf(" Project website: "
|
||||
"https://github.com/BackupGGCode/rtsprequest\n");
|
||||
printf(" Requires curl V7.20 or greater\n\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue