Skip to content
Snippets Groups Projects
Commit aa980970 authored by Ulf Markwardt's avatar Ulf Markwardt
Browse files

Update contribute_container.md

parent 646ba26f
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!300Contrib container
......@@ -85,7 +85,7 @@ 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
$DC "find docs -type f -name '*.md' | xargs -L1 markdown-link-check"
$DC 'find docs -type f -name "*.md" | xargs -L1 markdown-link-check'
```
#### Spell Checker
......
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