From 2f99f072cbdc779edae9d2b9cf900902e1629f33 Mon Sep 17 00:00:00 2001
From: Jan Frenzel <jan.frenzel@tu-dresden.de>
Date: Mon, 2 Aug 2021 13:24:17 +0200
Subject: [PATCH] Shortened line 142 in doc.zih.tu-dresden.de/README.md.

---
 doc.zih.tu-dresden.de/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/README.md b/doc.zih.tu-dresden.de/README.md
index c0c6745e3..714d394a5 100644
--- a/doc.zih.tu-dresden.de/README.md
+++ b/doc.zih.tu-dresden.de/README.md
@@ -139,7 +139,8 @@ If you want to check whether the markdown files are formatted properly, use the
 docker run -it hpc-compendium markdownlint docs
 ```
 
-To check whether there are links that point to a wrong target, use (this may take a while and gives a lot of output because it runs over all files):
+To check whether there are links that point to a wrong target, use
+(this may take a while and gives a lot of output because it runs over all files):
 
 ```Bash
 docker run -it hpc-compendium bash -c "find docs -type f -name '*.md' | xargs -L1 markdown-link-check"
-- 
GitLab