Commit 2552f1f
docs: correct broken anchor link in py_test docstring for Bazel registry docs
The Bazel registry (registry.bazel.build) renders function/macro
definition anchors with a `function-` prefix (e.g.
`id="function-py_binary"`), but the `py_test` docstring linked to
`./py_binary.md` (a relative file path), which resolves to a 404 on
the registry.
Fix:
- `./py_binary.md` -> `#function-py_binary` in `py_test` macro
docstring
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 70e8137 commit 2552f1f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments