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.
This commit is contained in:
Shannen Saez 2015-05-08 14:53:59 +10:00
parent acac4cbf9d
commit 7237f68d58

View File

@ -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).