From 6ae6b2a533e8630afbb21f570305bd4ceece6348 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 23 Sep 2018 22:26:11 +0000 Subject: update URLs in tests - and one in docs/MANUAL as well Closes https://github.com/curl/curl/pull/3038 --- docs/MANUAL | 2 +- tests/data/test1325 | 2 +- tests/data/test1331 | 2 +- tests/data/test320 | 4 ++-- tests/fuzz/download_fuzzer.sh | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/MANUAL b/docs/MANUAL index 280f1226d..2b8347408 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -694,7 +694,7 @@ HTTPS included in recent versions of OpenSSL, and for older versions Dr Stephen N. Henson has written a patch for SSLeay that adds this functionality. You can get his patch (that requires an SSLeay installation) from his site at: - http://www.drh-consultancy.demon.co.uk/ + https://web.archive.org/web/20170715155512/www.drh-consultancy.demon.co.uk/ Example on how to automatically retrieve a document using a certificate with a personal password: diff --git a/tests/data/test1325 b/tests/data/test1325 index 9f5ee58e8..6da1cbc6a 100644 --- a/tests/data/test1325 +++ b/tests/data/test1325 @@ -1,5 +1,5 @@ -# http://greenbytes.de/tech/webdav/draft-reschke-http-status-308-latest.html +# https://greenbytes.de/tech/webdav/draft-reschke-http-status-308-latest.html HTTP diff --git a/tests/data/test1331 b/tests/data/test1331 index 3299df469..6b5823529 100644 --- a/tests/data/test1331 +++ b/tests/data/test1331 @@ -1,7 +1,7 @@ # Test case inspired by this question on stackoverflow: # -# http://stackoverflow.com/questions/10017165/use-libcurl-with-bluecoat-cookie-proxy +# https://stackoverflow.com/questions/10017165/use-libcurl-with-bluecoat-cookie-proxy # diff --git a/tests/data/test320 b/tests/data/test320 index 457a11eb2..5db7934a0 100644 --- a/tests/data/test320 +++ b/tests/data/test320 @@ -15,7 +15,7 @@ Content-type: text/html -

This is GnuTLS

+

This is GnuTLS

Session ID: 003030000100000001000000000000000030330001000000B062410001000000

@@ -64,7 +64,7 @@ Content-type: text/html -

This is GnuTLS

+

This is GnuTLS

diff --git a/tests/fuzz/download_fuzzer.sh b/tests/fuzz/download_fuzzer.sh index 8c70b56e1..e88a581e1 100755 --- a/tests/fuzz/download_fuzzer.sh +++ b/tests/fuzz/download_fuzzer.sh @@ -4,4 +4,4 @@ set -ex # Clone the curl-fuzzer repository to the specified directory. -git clone http://github.com/curl/curl-fuzzer $1 +git clone https://github.com/curl/curl-fuzzer $1 -- cgit v1.2.3