Skip to content

Commit c19bf55

Browse files
committed
Remove broken link from OutputFormatters.md.
1 parent 9390fb1 commit c19bf55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/OutputFormatters.md

-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module.exports = (options, params) => { ... }
2121
Where `options` is an object that looks like:
2222

2323
- `results`: `Array` of [`markdownlint` `LintError` objects][markdownlint-d-ts]
24-
- [Example `results` object][output-formatters-json]
2524
- `logMessage`: `Function` that takes a single `String` argument and logs it to
2625
standard output
2726
- `logError`: `Function` that takes a single `String` argument and logs it to
@@ -62,4 +61,3 @@ For a `.markdownlint-cli2.jsonc` like:
6261
[formatter-junit]: ../formatter-junit/markdownlint-cli2-formatter-junit.js
6362
[markdownlint-cli2-formatter]: https://www.npmjs.com/search?q=keywords:markdownlint-cli2-formatter
6463
[markdownlint-d-ts]: https://github.com/DavidAnson/markdownlint/blob/main/lib/markdownlint.d.ts
65-
[output-formatters-json]: ../test/outputFormatters.formatter.json

0 commit comments

Comments
 (0)