diff options
author | Copybara-Service <copybara-worker@google.com> | 2022-09-21 21:45:58 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-09-21 21:45:58 (GMT) |
commit | 63907e1bfe6f78806b17d094daf2198ee27aad62 (patch) | |
tree | 7c795fdb12fcfb0a7f6a6e03e114bfc2f1e8f3f8 | |
parent | 1336c4b6d1a6f4bc6beebccb920e5ff858889292 (diff) | |
parent | 05cc575c65924b83535b6d35fc39a1981b458bef (diff) | |
download | googletest-63907e1bfe6f78806b17d094daf2198ee27aad62.zip googletest-63907e1bfe6f78806b17d094daf2198ee27aad62.tar.gz googletest-63907e1bfe6f78806b17d094daf2198ee27aad62.tar.bz2 |
Merge pull request #4011 from softwaregravy:patch-1
PiperOrigin-RevId: 475928562
Change-Id: I0539fa76b788410dd88b3285056a3b6a324dbc52
-rw-r--r-- | docs/quickstart-bazel.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart-bazel.md b/docs/quickstart-bazel.md index c187e72..853139a 100644 --- a/docs/quickstart-bazel.md +++ b/docs/quickstart-bazel.md @@ -17,7 +17,7 @@ See [Supported Platforms](platforms.md) for more information about platforms compatible with GoogleTest. If you don't already have Bazel installed, see the -[Bazel installation guide](https://docs.bazel.build/versions/main/install.html). +[Bazel installation guide](https://bazel.build/install). {: .callout .note} Note: The terminal commands in this tutorial show a Unix shell prompt, but the |