From ccbd3e67440147b6e52144030fddfa83d1f1b16b Mon Sep 17 00:00:00 2001 From: Wayou Liu Date: Fri, 10 Aug 2018 07:03:11 -0700 Subject: correct the link within code block Closes #5757. PiperOrigin-RevId: 208203833 --- site/docs/build-javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site') diff --git a/site/docs/build-javascript.md b/site/docs/build-javascript.md index 7cb0cbbfe8..52fa556316 100644 --- a/site/docs/build-javascript.md +++ b/site/docs/build-javascript.md @@ -75,7 +75,7 @@ To use `ibazel`, simply replace `bazel` with `ibazel` in your Bazel commands. ### Step 3: Configuring the `bazel.rc` file Any Bazel build flag or option that can be placed on the command line can also -be set in the project's `[bazel.rc file](https://docs.bazel.build/versions/master/user-manual.html#bazelrc)` +be set in the project's [`bazel.rc` file](https://docs.bazel.build/versions/master/user-manual.html#bazelrc) so that it is applied every time Bazel builds or tests the project. Based on how you want to share Bazel settings across your project and team(s), -- cgit v1.2.3