Skip to content
Snippets Groups Projects
Commit 2f99f072 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Shortened line 142 in doc.zih.tu-dresden.de/README.md.

parent d7694903
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!211Added information about how to use the Dockerfile to serve the documentation.
...@@ -139,7 +139,8 @@ If you want to check whether the markdown files are formatted properly, use the ...@@ -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 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 ```Bash
docker run -it hpc-compendium bash -c "find docs -type f -name '*.md' | xargs -L1 markdown-link-check" docker run -it hpc-compendium bash -c "find docs -type f -name '*.md' | xargs -L1 markdown-link-check"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment