From aa7f76ac6fb608ce3daab937f30b8330f226c8c6 Mon Sep 17 00:00:00 2001 From: Marc Forth Date: Sat, 3 Jun 2017 01:38:38 +0100 Subject: [PATCH 1/2] Update fail2ban.markdown Made the links at the end clickable. --- source/_cookbook/fail2ban.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_cookbook/fail2ban.markdown b/source/_cookbook/fail2ban.markdown index 698462f3584c..c8488259ac2e 100644 --- a/source/_cookbook/fail2ban.markdown +++ b/source/_cookbook/fail2ban.markdown @@ -95,5 +95,5 @@ That's it! If you want to read more about fail2ban, some links are below: -http://www.fail2ban.org/wiki/index.php/FEATURE_Split_config -https://www.digitalocean.com/community/tutorials/how-to-protect-ssh-with-fail2ban-on-ubuntu-14-04 + - [http://www.fail2ban.org/wiki/index.php/FEATURE_Split_config] + - [https://www.digitalocean.com/community/tutorials/how-to-protect-ssh-with-fail2ban-on-ubuntu-14-04] From bd7e9299e0c3578ae6bf2ef47f3a254f1a366024 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 3 Jun 2017 09:20:35 +0200 Subject: [PATCH 2/2] Add description to links --- source/_cookbook/fail2ban.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_cookbook/fail2ban.markdown b/source/_cookbook/fail2ban.markdown index c8488259ac2e..c9c0ff3550ba 100644 --- a/source/_cookbook/fail2ban.markdown +++ b/source/_cookbook/fail2ban.markdown @@ -95,5 +95,5 @@ That's it! If you want to read more about fail2ban, some links are below: - - [http://www.fail2ban.org/wiki/index.php/FEATURE_Split_config] - - [https://www.digitalocean.com/community/tutorials/how-to-protect-ssh-with-fail2ban-on-ubuntu-14-04] + - [fail2ban Split config](http://www.fail2ban.org/wiki/index.php/FEATURE_Split_config) + - [How To Protect SSH with Fail2Ban on Ubuntu 14.04](https://www.digitalocean.com/community/tutorials/how-to-protect-ssh-with-fail2ban-on-ubuntu-14-04)