Skip to content

Commit 71706f1

Browse files
authored
Fix link to Bazel docs (#434)
1 parent 4f2e635 commit 71706f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flags-parsing-tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For user-defined (Starlark) flags, the evaluated value can be observed by adding
4444
DEBUG: /my/root/examples/flags-parsing-tutorial/build_defs.bzl:6:10: evaluated value for flag: cmd
4545
```
4646
### B. The last option on the command line takes precedence. ###
47-
⭐ <b>Tips</b>: Use [--announce_rc](https://bazel.build/docs/user-manual#flag--announce_rc) to debug flag parsing.
47+
⭐ <b>Tips</b>: Use [--announce_rc](https://bazel.build/docs/user-manual#announce-rc) to debug flag parsing.
4848

4949
<u><b>Example B.1</b></u>
5050
```

0 commit comments

Comments
 (0)