From 35a2fddf31eaf043f71949bf50c4ffa8dac2707c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pa=C5=ADlo=20Ebermann?= <Paul-Ebermann@gmx.de>
Date: Sun, 9 Oct 2016 18:33:16 +0200
Subject: [PATCH] make the link clickable

It looks like the formatter for the website doesn't make raw links clickable (like usual markdown formatters).
Making this an explicit link hopefully helps (it works this way on other pages).

Also use `https` instead of `http` (there is already a redirect in place).
---
 knowledge-base/openalias.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/knowledge-base/openalias.md b/knowledge-base/openalias.md
index 68e7302c..ccee8855 100644
--- a/knowledge-base/openalias.md
+++ b/knowledge-base/openalias.md
@@ -17,4 +17,4 @@ As part of the ongoing development of the Monero cryptocurrency project, we aske
 
 At its most basic, OpenAlias is a TXT DNS record on a FQDN (fully qualified domain name). By combining this with DNS-related technologies we have created an aliasing standard that is extensible for developers, intuitive and familiar for users, and can interoperate with both centralised and decentralised domain systems.
 
-For more info, visit http://www.openalias.org
+For more info, visit [www.openalias.org](https://www.openalias.org).