From 65946259f21ed916aebe46cef11ce4bbba9b4df0 Mon Sep 17 00:00:00 2001
From: vinzv <vinz@vinzv.de>
Date: Mon, 19 Aug 2019 23:24:36 +0200
Subject: [PATCH] Update SSL.md

fixed broken link to https://github.com/AlfredSK
---
 doc/SSL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/SSL.md b/doc/SSL.md
index 90ff1e5918..d3f5ecc895 100644
--- a/doc/SSL.md
+++ b/doc/SSL.md
@@ -73,7 +73,7 @@ With Apache, enable the modules rewrite and ssl (with a shared hosting provider,
 
         sudo a2enmod rewrite ssl
 
-Add the following lines to the .htaccess file in the root folder of your Friendica instance (thanks to [url=https://github.com/AlfredSK]AlfredSK[/url]):
+Add the following lines to the .htaccess file in the root folder of your Friendica instance (thanks to [AlfredSK](https://github.com/AlfredSK)):
 
         RewriteEngine On
         RewriteCond %{SERVER_PORT} 80