Skip to content

Commit

Permalink
Fix broken link in linting.md (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-thm authored Sep 12, 2024
1 parent 5b004ff commit 981909c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linting.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We suggest creating a `linters.bzl` file in whatever package contains most of yo
custom Bazel configuration, commonly in `tools/lint`.
This `linters.bzl` should contain linter aspect declarations.

See the [example linters.bzl](./examples/tools/lint/linters.bzl) for a complete install example.
See the [example linters.bzl](/example/tools/lint/linters.bzl) for a complete install example.
See the `docs/` folder for API docs of the "aspect factory functions" that declare your linters.

Finally, register those linter aspects in the lint runner. See details below.
Expand Down

0 comments on commit 981909c

Please sign in to comment.