diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-06-28 13:58:07 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-06-28 13:58:07 +0200 |
commit | bf3222e053d03d044f70af59426db2f278201f2d (patch) | |
tree | e3a07a8685fe39a5ce6a21ac0feeafc4200ad1a3 /README.md | |
parent | 9305b1cf072990efd259d5fe71581473436afbf1 (diff) | |
download | curl-bf3222e053d03d044f70af59426db2f278201f2d.tar.gz |
README.md: change host name for the svg logo
rawgit.com asks to use the domain cdn.rawgit.com for production
See #900
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -![curl logo](https://rawgit.com/curl/curl-www/master/logo/curl-logo.svg) +![curl logo](https://cdn.rawgit.com/curl/curl-www/master/logo/curl-logo.svg) 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 |