commit | a5e1b79fc0ef255af7c7466655fe535ab1137747 | [log] [tgz] |
---|---|---|
author | Grzegorz Lukasik <32371993+hauserx@users.noreply.github.com> | Fri Jan 19 20:59:54 2024 +0100 |
committer | GitHub <noreply@github.com> | Fri Jan 19 14:59:54 2024 -0500 |
tree | eaae6c19560545302e121ee4755761695e4d9580 | |
parent | bf441c86274770ea281d21e22292ecdaa6451eaa [diff] |
trivial: Fix example path in generating_stardoc.md (#197)
diff --git a/docs/generating_stardoc.md b/docs/generating_stardoc.md index 33e4c5a..a379f35 100644 --- a/docs/generating_stardoc.md +++ b/docs/generating_stardoc.md
@@ -23,7 +23,7 @@ ``` To generate documentation for the rules in `checkstyle.bzl`, add the -following target to `rules/BUILD`: +following target to `checkstyle/BUILD`: ```python load("@io_bazel_stardoc//stardoc:stardoc.bzl", "stardoc")