From dc98632e0dd013ccf2f7fb16c4ef6cbc624d9c21 Mon Sep 17 00:00:00 2001
From: Ulf Markwardt <ulf.markwardt@tu-dresden.de>
Date: Wed, 30 Jun 2021 09:22:57 +0000
Subject: [PATCH] Update howto.md

---
 howto.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/howto.md b/howto.md
index bc5a481a5..1d3cbd46a 100644
--- a/howto.md
+++ b/howto.md
@@ -20,13 +20,13 @@ git checkout -b RomeNodes
 
 ## 3. Run the linter:
 ```Bash
-markdown-link-check ./docs/use_of_hardware/RomeNode.md
+markdownlint --config .markdownlint.json  ./docs/use_of_hardware/RomeNodes.md
 ```
 If there are still errors: go to step 2
 
 ## 4. Run the link checker:
 ```Bash
-markdown-link-check ./docs/use_of_hardware/CheckpointRestart.md
+markdown-link-check ./docs/use_of_hardware/RomeNodes.md
 ```
 
 If there are still errors: go to step 2
-- 
GitLab