Skip to content

VBC-348: click-here-links

warning

Category: docs
Analysis: Regex (line by line)
File types: .md
Scope: source code only, ignoring anything inside strings and comments
Tags: accessibility docs

What it reports

Vague link text found at line {line}. Describe the destination for better accessibility.

Flagged

md
See [click here](./guide.md).

Not flagged

md
See [the deployment guide](./guide.md).

Pattern

regex
\[(click here|read more|here)\]\(.*?\)

Released under the MIT License.