From 7237f68d587cb9be4b8698ff77f45d7f3cf5468c Mon Sep 17 00:00:00 2001 From: Shannen Saez Date: Fri, 8 May 2015 14:53:59 +1000 Subject: [PATCH] Use https when linking where possible. Only makes sense to use TLS when linking from a crypto-related library. Had to change the libsodium documentation link a bit because the original URL returns the gitbook.org certificate. cr.yp.to doesn't actually support encrypting HTTP with TLS so we leave it as-is. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 6bf19edc..9db4c1d4 100644 --- a/README.markdown +++ b/README.markdown @@ -22,7 +22,7 @@ including Windows (with MingW or Visual Studio, x86 and x64), iOS and Android. The documentation is a work-in-progress, and is being written using Gitbook: -[libsodium documentation](http://doc.libsodium.org) +[libsodium documentation](https://download.libsodium.org/doc/) ## Community @@ -33,4 +33,4 @@ In order to join, just send a random mail to `sodium-subscribe` {at} ## License -[ISC license](http://en.wikipedia.org/wiki/ISC_license). +[ISC license](https://en.wikipedia.org/wiki/ISC_license).