diff options
author | 2016-06-30 14:47:09 -0400 | |
---|---|---|
committer | 2016-06-30 20:48:12 +0200 | |
commit | 9a052f64952cf7533ab6c4d0725bed5dec8e00b0 (patch) | |
tree | 005b61c33f90843498405e3392c8994c2fd3fede | |
parent | Makefile: Add more verbose dependency errors (diff) | |
download | wireguard-monolithic-historical-9a052f64952cf7533ab6c4d0725bed5dec8e00b0.tar.xz wireguard-monolithic-historical-9a052f64952cf7533ab6c4d0725bed5dec8e00b0.zip |
Readme: use https instead of http
For the websites referenced that offer https instead of http, use
https.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | contrib/external-tests/haskell/cacophony-wg.cabal | 2 | ||||
-rw-r--r-- | src/tools/wg.8 | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # WireGuard — fast, modern, secure kernel VPN tunnel -#### by [Jason A. Donenfeld](mailto:Jason@zx2c4.com) of [Edge Security](http://www.edgesecurity.com/) +#### by [Jason A. Donenfeld](mailto:Jason@zx2c4.com) of [Edge Security](https://www.edgesecurity.com/) WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes **state-of-the-art [cryptography](doc/protocol.md)**. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It runs over UDP. diff --git a/contrib/external-tests/haskell/cacophony-wg.cabal b/contrib/external-tests/haskell/cacophony-wg.cabal index 62e2485..90f519d 100644 --- a/contrib/external-tests/haskell/cacophony-wg.cabal +++ b/contrib/external-tests/haskell/cacophony-wg.cabal @@ -1,5 +1,5 @@ -- Initial cacophony-wg.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/ +-- documentation, see https://www.haskell.org/cabal/users-guide/ name: cacophony-wg version: 0.1.0 diff --git a/src/tools/wg.8 b/src/tools/wg.8 index 4ee5027..c9401f0 100644 --- a/src/tools/wg.8 +++ b/src/tools/wg.8 @@ -189,6 +189,6 @@ was written by Jason A. Donenfeld .ME . For updates and more information, a project page is available on the -.UR http://\:www.wireguard.io/ +.UR https://\:www.wireguard.io/ World Wide Web .UE . |