From 1fa1a467ed2365569665e1177aa4285dc294c9b8 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 1 Nov 2019 16:01:33 +0100 Subject: doc: Use https where possible Related to T196 Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- INSTALL | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 0ccb5002..0f0cebfb 100644 --- a/INSTALL +++ b/INSTALL @@ -7,11 +7,11 @@ In order to build libssh, you need to install several components: - A C compiler -- [CMake](http://www.cmake.org) >= 2.6.0. -- [openssl](http://www.openssl.org) >= 0.9.8 +- [CMake](https://www.cmake.org) >= 2.6.0. +- [openssl](https://www.openssl.org) >= 0.9.8 or -- [gcrypt](http://www.gnu.org/directory/Security/libgcrypt.html) >= 1.4 -- [libz](http://www.zlib.net) >= 1.2 +- [gcrypt](https://www.gnu.org/directory/Security/libgcrypt.html) >= 1.4 +- [libz](https://www.zlib.net) >= 1.2 optional: - [cmocka](https://cmocka.org/) >= 1.1.0 @@ -117,4 +117,4 @@ This document is written using [Markdown][] syntax, making it possible to provide usable information in both plain text and HTML format. Whenever modifying this document please use [Markdown][] syntax. -[markdown]: http://www.daringfireball.net/projects/markdown +[markdown]: https://www.daringfireball.net/projects/markdown -- cgit v1.2.3