X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Ftestcurl.1;h=ee07d64feb75d2afe27c715e8ddc439dd23cae2c;hb=e9bdad71c8277e20607fa1eaf0027d53a0dc1f37;hp=509f5dcc9d7cce1bc6fb5d23ac52b4c0b45de99c;hpb=3e62527ed71a7a362d7ec321e7f026edab35f8e2;p=platform%2Fupstream%2Fcurl.git diff --git a/tests/testcurl.1 b/tests/testcurl.1 index 509f5dc..ee07d64 100644 --- a/tests/testcurl.1 +++ b/tests/testcurl.1 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2010, Daniel Stenberg, , et al. +.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, , et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -32,7 +32,7 @@ crontab job or similar at a regular interval. The output is suitable to be mailed to curl-autocompile@haxx.se to be dealt with automatically (make sure the subject includes the word "autobuild" as the mail gets silently discarded otherwise). The most current build status (with a reasonable backlog) will be -published on the curl site, at https://curl.haxx.se/auto/ +published on the curl site, at https://curl.haxx.se/dev/builds.html \fIoptions\fP may be omitted. See \fI--setup\fP for what happens then. @@ -78,13 +78,13 @@ Specify your target environment. Recognized strings include 'vc', 'mingw32', \&'borland' and 'netware'. .SH "INITIAL SETUP" First you make a checkout from git (or you write a script that downloads daily -snapshots automatically, find inspiration at -https://curl.haxx.se/auto/autocurl.txt): +snapshots automatically, find inspiration in +https://curl.haxx.se/dev/autocurl.txt ): .nf $ mkdir daily-curl $ cd daily-curl - $ git clone git://github.com/curl/curl.git + $ git clone https://github.com/curl/curl.git .fi With the curl sources checked out, or downloaded, you can start testing right