diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-08-08 19:22:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-08 21:41:07 +0200 |
commit | 13ef623a81736e95da1cc1d13a02dd78e228adee (patch) | |
tree | 461ddac9a389bdeadf93ac430b601767cdf26795 /docs/INSTALL.md | |
parent | 58845f2e2e2e19738882f44cf1cbedeb160e76d1 (diff) | |
download | curl-13ef623a81736e95da1cc1d13a02dd78e228adee.tar.gz |
docs/comments: Update to secure URL versions
Closes #1741
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r-- | docs/INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 529a907df..6c2c8ce64 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -278,8 +278,8 @@ before including any libcurl header. Your program does not need the `USE_LWIPSOCK` preprocessor definition which is for libcurl internals only. Compilation has been verified with [lwIP -1.4.0](http://download.savannah.gnu.org/releases/lwip/lwip-1.4.0.zip) and -[contrib-1.4.0](http://download.savannah.gnu.org/releases/lwip/contrib-1.4.0.zip). +1.4.0](https://download.savannah.gnu.org/releases/lwip/lwip-1.4.0.zip) and +[contrib-1.4.0](https://download.savannah.gnu.org/releases/lwip/contrib-1.4.0.zip). This BSD-style lwIP TCP/IP stack support must be considered experimental given that it has been verified that lwIP 1.4.0 still needs some polish, and libcurl |