From 5fba3425c01fc2ced6dc3cf7e28afa61b3d69f08 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 28 Mar 2019 16:36:39 -0700 Subject: [PATCH] Fix link to unexistent docs --- tools/remote_build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/remote_build/README.md b/tools/remote_build/README.md index 19739e9ee12..6dba652e419 100644 --- a/tools/remote_build/README.md +++ b/tools/remote_build/README.md @@ -12,7 +12,7 @@ and tests run by Kokoro CI. - See [Installing Bazel](https://docs.bazel.build/versions/master/install.html) for instructions how to install bazel on your system. -- Setup application default credentials for running remote builds by following [RBE Credentials Setup](https://cloud.google.com/remote-build-execution/docs/getting-started#set_credentials) +- Setup application default credentials for running remote builds by following ["Set credentials" section.](https://cloud.google.com/remote-build-execution/docs/set-up/first-remote-build) ## Running remote build manually from dev workstation