diff --git a/howto.md b/howto.md index bc5a481a5d5ffe2a6fbd8d478a420d0e795e5f15..1d3cbd46a60abbdbfa6dcad8802892b0d522d0ec 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