From 4761f2e1d01ca0d32ea6da94254c86522d3fcbd6 Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Wed, 30 Jan 2019 18:21:01 +0100
Subject: [PATCH] Use proper HTML

---
 app/assets/index.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app/assets/index.html b/app/assets/index.html
index f9ec51f..cd85906 100644
--- a/app/assets/index.html
+++ b/app/assets/index.html
@@ -42,9 +42,10 @@
     </p>
 		<div id="react-root"></div>
     <p>
-      See [my post about this technique](https://frank.sauerburger.io/2019/01/30/tls-tracking.html)
-      and the [development repository for
-      this live demonstration](https://gitlab.sauerburger.com/frank/tls-tracking).
+      See <a href="https://frank.sauerburger.io/2019/01/30/tls-tracking.html">my
+      post about this technique</a>
+      and the <a href="https://gitlab.sauerburger.com/frank/tls-tracking">development repository for
+      this live demonstration</a>.
     <p>
 	</main>
   <footer>
-- 
GitLab