diff options
author | Sven Eckelmann <sven@narfation.org> | 2015-12-06 18:15:07 +0300 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-02-03 04:54:39 +0300 |
commit | 7b5e73961915438d623cb80eea97868b3a66cc48 (patch) | |
tree | 2e485ba321fcd140cb57814cdb2e63db4775382d /net/batman-adv/Kconfig | |
parent | 0046b0402ac284a31940e3354614ac88c64881a3 (diff) | |
download | linux-7b5e73961915438d623cb80eea97868b3a66cc48.tar.xz |
batman-adv: Switch to HTTPS version of links
open-mesh.org and its subdomains can only be accessed via HTTPS. HTTP-only
requests are currently redirected automatically to HTTPS but references in
the source code should be only https.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Diffstat (limited to 'net/batman-adv/Kconfig')
-rw-r--r-- | net/batman-adv/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/Kconfig b/net/batman-adv/Kconfig index c6fc8f756c9a..2dd40e5ea030 100644 --- a/net/batman-adv/Kconfig +++ b/net/batman-adv/Kconfig @@ -12,7 +12,7 @@ config BATMAN_ADV B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is a routing protocol for multi-hop ad-hoc mesh networks. The networks may be wired or wireless. See - http://www.open-mesh.org/ for more information and user space + https://www.open-mesh.org/ for more information and user space tools. config BATMAN_ADV_BLA |