From aa9809700ece53db7280b7edc006e57bda8927bc Mon Sep 17 00:00:00 2001 From: Ulf Markwardt <ulf.markwardt@tu-dresden.de> Date: Thu, 23 Sep 2021 19:14:22 +0200 Subject: [PATCH] Update contribute_container.md --- contribute_container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute_container.md b/contribute_container.md index 8c4aad86a..76667a16e 100644 --- a/contribute_container.md +++ b/contribute_container.md @@ -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 -- GitLab