diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,4 +1,4 @@ -![curl logo](https://curl.haxx.se/logo/curl-logo.svg) +![curl logo](https://curl.se/logo/curl-logo.svg) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/63/badge)](https://bestpractices.coreinfrastructure.org/projects/63) [![Coverity passed](https://scan.coverity.com/projects/curl/badge.svg)](https://scan.coverity.com/projects/curl) @@ -14,31 +14,31 @@ Curl is a command-line tool for transferring data specified with URL syntax. Find out how to use curl by reading [the curl.1 man -page](https://curl.haxx.se/docs/manpage.html) or [the MANUAL -document](https://curl.haxx.se/docs/manual.html). Find out how to install Curl -by reading [the INSTALL document](https://curl.haxx.se/docs/install.html). +page](https://curl.se/docs/manpage.html) or [the MANUAL +document](https://curl.se/docs/manual.html). Find out how to install Curl +by reading [the INSTALL document](https://curl.se/docs/install.html). libcurl is the library curl is using to do its job. It is readily available to be used by your software. Read [the libcurl.3 man -page](https://curl.haxx.se/libcurl/c/libcurl.html) to learn how! +page](https://curl.se/libcurl/c/libcurl.html) to learn how! You can find answers to the most frequent questions we get in [the FAQ -document](https://curl.haxx.se/docs/faq.html). +document](https://curl.se/docs/faq.html). -Study [the COPYING file](https://curl.haxx.se/docs/copyright.html) for +Study [the COPYING file](https://curl.se/docs/copyright.html) for distribution terms. ## Contact If you have problems, questions, ideas or suggestions, please contact us by -posting to a suitable [mailing list](https://curl.haxx.se/mail/). +posting to a suitable [mailing list](https://curl.se/mail/). All contributors to the project are listed in [the THANKS -document](https://curl.haxx.se/docs/thanks.html). +document](https://curl.se/docs/thanks.html). ## Website -Visit the [curl website](https://curl.haxx.se/) for the latest news and +Visit the [curl website](https://curl.se/) for the latest news and downloads. ## Git |