Skip to content

Commit

Permalink
Fix documentation URL (#209)
Browse files Browse the repository at this point in the history
The file is called jsonnet.md, not docs.md.
  • Loading branch information
EdSchouten authored Sep 19, 2024
1 parent d4126a0 commit a8ff774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ bazel run //... --extra_toolchains=@rules_jsonnet//jsonnet:go_jsonnet_toolchain

## Rule usage

Please refer to [the StarDoc generated documentation](docs/docs.md) for
instructions on how to use these rules.
Please refer to [the StarDoc generated documentation](docs/jsonnet.md)
for instructions on how to use these rules.

0 comments on commit a8ff774

Please sign in to comment.