diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-10-22 14:57:20 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-10-22 14:57:20 +0200 |
commit | a84e0713e8ffb258147ab2a0e4d0162b000048da (patch) | |
tree | ba80914c316e5cfb4a4dc933f02ef77248c04fe4 /tests/testcurl.1 | |
parent | 8571d1c0b4ac9688961436603587cff4c09e4116 (diff) | |
download | curl-a84e0713e8ffb258147ab2a0e4d0162b000048da.tar.gz |
testcurl.1: update URLs
Diffstat (limited to 'tests/testcurl.1')
-rw-r--r-- | tests/testcurl.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/testcurl.1 b/tests/testcurl.1 index 509f5dcc9..7be9c7e0a 100644 --- a/tests/testcurl.1 +++ b/tests/testcurl.1 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -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 |