aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Wayou Liu <liuwayong@gmail.com>2018-08-10 07:03:11 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-10 07:06:35 -0700
commitccbd3e67440147b6e52144030fddfa83d1f1b16b (patch)
treee9f77fe36ddab868f2e6be0b077a0e9e35da4853 /site
parent964a21c57a2cc0d0bee5594b18f0818be4deba04 (diff)
correct the link within code block
Closes #5757. PiperOrigin-RevId: 208203833
Diffstat (limited to 'site')
-rw-r--r--site/docs/build-javascript.md2
1 files changed, 1 insertions, 1 deletions
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),