Skip to content

Commit 9f3296b

Browse files
Update bazel reference link
1 parent 7d5ea2e commit 9f3296b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/en/install/source.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Bazel and automatically downloads the correct Bazel version for TensorFlow. For
5454
ease of use, add Bazelisk as the `bazel` executable in your `PATH`.
5555

5656
If Bazelisk is not available, you can manually
57-
[install Bazel](https://docs.bazel.build/versions/master/install.html). Make
57+
[install Bazel](https://bazel.build/install). Make
5858
sure to install a supported Bazel version: any version between
5959
`_TF_MIN_BAZEL_VERSION` and `_TF_MAX_BAZEL_VERSION` as specified in
6060
`tensorflow/configure.py`.
@@ -240,9 +240,9 @@ bazel build --config=v1 [--config=option] //tensorflow/tools/pip_package:build_p
240240

241241
### Bazel build options
242242

243-
See the Bazel [command-line reference](https://docs.bazel.build/versions/master/command-line-reference.html)
243+
See the Bazel [command-line reference](https://bazel.build/reference/command-line-reference)
244244
for
245-
[build options](https://docs.bazel.build/versions/master/command-line-reference.html#build-options).
245+
[build options](https://bazel.build/reference/command-line-reference#build-options).
246246

247247
Building TensorFlow from source can use a lot of RAM. If your system is
248248
memory-constrained, limit Bazel's RAM usage with: `--local_ram_resources=2048`.

0 commit comments

Comments
 (0)