diff --git a/doc.zih.tu-dresden.de/README.md b/doc.zih.tu-dresden.de/README.md index c0c6745e393186dd1b4b4f657888422e78596c74..714d394a5f2f006b00cdcc991b9702b56af8f951 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"