Skip to content

Commit 38d15d8

Browse files
susinmotioncopybara-github
authored andcommitted
Update bazel docs to refer to $workspace/.bazelrc instead of $workspace/tools/bazel.rc
#29245 PiperOrigin-RevId: 901466969
1 parent eb5aeaa commit 38d15d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/run/bazelrc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ See [#24203](https://github.com/bazelbuild/bazel/pull/24203).
313313
Bazel reads optional bazelrc files in this order:
314314

315315
1. System rc-file located at `/etc/bazel.bazelrc`.
316-
2. Workspace rc-file located at `$workspace/tools/bazel.rc`.
316+
2. Workspace rc-file located at `$workspace/.bazelrc`.
317317
3. Home rc-file located at `$HOME/.bazelrc`
318318

319319
Each bazelrc file listed here has a corresponding flag which can be used to

0 commit comments

Comments
 (0)