Skip to content

Commit

Permalink
Update anchor link.
Browse files Browse the repository at this point in the history
Signed-off-by: Mirjam Aulbach <[email protected]>
  • Loading branch information
programmiri committed Sep 26, 2023
1 parent 8cde33b commit d89ca1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions markdown-link-check-script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ order to use them.
### ➡️ `npm run markdown-link-check`

Will run the check for all Markdown files. It checks internal as well as external links (so it needs internet
connection) and assets. Please be aware that you need to [check your results](#-limitation)
connection) and assets. Please be aware that you need to [check your results](#limitation)

### ➡️ `npm run markdown-link-check -f "path/to/file.md`

Expand All @@ -27,9 +27,9 @@ connection) and assets.

The flags can be used with all files as well as only one. They can also be used together.

## ⚠️ Limitation
## Limitation

When running the link-check for all files without the offline mode flag, the first command ("Checking links in all
⚠️ When running the link-check for all files without the offline mode flag, the first command ("Checking links in all
markdown files in /docs") will always return an exist code `1`. We've investigated that for quite some time, but not
found out what the issue is. Since we're only using offline mode in CI, we decided that we can live with that for now,
as we still can run the checks and get all result.

0 comments on commit d89ca1f

Please sign in to comment.