From 2db2a3ceec2278cb1e9fa3ddb2cd20d8c230580f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Sat, 17 Apr 2021 15:17:29 +0200
Subject: [PATCH] Minor doc fixes

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

diff --git a/slope-evaluator/README.md b/slope-evaluator/README.md
index 69831cd5f..5929fb157 100644
--- a/slope-evaluator/README.md
+++ b/slope-evaluator/README.md
@@ -17,13 +17,13 @@ docker build . -t theodolite-evaluator
 Run the Docker image:
 
 ```sh
- docker run -p 80:80 theodolite-evaluator
+docker run -p 80:80 theodolite-evaluator
 ```
 
 ## Configuration
 
 You can set the `HOST` and the `PORT` (and a lot of more parameters) via environment variables. Default is `0.0.0.0:80`.
-For more information see [here](https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker#advanced-usage).
+For more information see the [Gunicorn/FastAPI Docker docs](https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker#advanced-usage).
 
 ## API Documentation
 
-- 
GitLab