From 8a8148d55dfe461d460f2ae99304f01c66158931 Mon Sep 17 00:00:00 2001
From: "Welter, Felix" <felix.welter@studium.uni-hamburg.de>
Date: Thu, 22 Oct 2020 11:37:21 +0200
Subject: [PATCH] Add link to nginx explanation

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 37a4f92..a632a26 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ Pull the image. Replace the version number. If unknown look up the latest versio
 
 `docker pull fwelter/wilps_slide_index:<VERSION_NUMBER>`
 
-Run the image. Adjust the ports according to your setup. Most likly the containers needs to be put behind an 
-nginx or another webserver to ensure SSL encryption (see below for instructions).
+Run the image. Adjust the ports according to your setup. Most likly the containers needs to be put [behind an 
+nginx](https://gitlab.rrz.uni-hamburg.de/bay1620/wilps-related-items/#nginx) or another webserver to ensure SSL encryption.
 
 ```
 sudo docker run -p 8080:5000 \
-- 
GitLab