Skip to content

Commit ac839d6

Browse files
committed
Update markdown-link-check version in "Check Markdown" template installation docs
markdown-link-check@3.10.3 is now the version used as standard in all Arduino Tooling projects.
1 parent fbbf46c commit ac839d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/check-markdown-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
3737
Add the dependencies by running this command:
3838

3939
```text
40-
npm install --save-dev markdown-link-check@^3.10.2 markdownlint-cli@^0.32.2
40+
npm install --save-dev markdown-link-check@^3.10.3 markdownlint-cli@^0.32.2
4141
```
4242

4343
Commit the resulting changes to the `package.json` and `package-lock.json` files.

0 commit comments

Comments
 (0)