Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/googletest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2022-09-22 00:45:58 +0300
committerCopybara-Service <copybara-worker@google.com>2022-09-22 00:45:58 +0300
commit63907e1bfe6f78806b17d094daf2198ee27aad62 (patch)
tree7c795fdb12fcfb0a7f6a6e03e114bfc2f1e8f3f8
parent1336c4b6d1a6f4bc6beebccb920e5ff858889292 (diff)
parent05cc575c65924b83535b6d35fc39a1981b458bef (diff)
Merge pull request #4011 from softwaregravy:patch-1
PiperOrigin-RevId: 475928562 Change-Id: I0539fa76b788410dd88b3285056a3b6a324dbc52
-rw-r--r--docs/quickstart-bazel.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart-bazel.md b/docs/quickstart-bazel.md
index c187e729..853139a9 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