diff options
author | Viktor Szakats <commit@vszakats.net> | 2018-09-23 22:26:11 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vszakats.net> | 2018-09-23 22:26:11 +0000 |
commit | 6ae6b2a533e8630afbb21f570305bd4ceece6348 (patch) | |
tree | 280f3b66b24e0a6761e1304b953c95e5d0e258fd /docs | |
parent | b801b453af6de75838c3298137628f05e94ffb48 (diff) | |
download | curl-6ae6b2a533e8630afbb21f570305bd4ceece6348.tar.gz |
update URLs in tests
- and one in docs/MANUAL as well
Closes https://github.com/curl/curl/pull/3038
Diffstat (limited to 'docs')
-rw-r--r-- | docs/MANUAL | 2 |
1 files changed, 1 insertions, 1 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: |