From 2b962414d6fa11fe0da3947adbef5cb177ddee9e Mon Sep 17 00:00:00 2001 From: ColdMeekly Date: Wed, 29 Jan 2020 14:29:44 +0000 Subject: [PATCH] Fixed link to http_archive https://github.com/grpc/grpc/issues/21391#issue-533392695 --- src/cpp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/README.md b/src/cpp/README.md index 9ad4af5416e..96ea8074fcf 100755 --- a/src/cpp/README.md +++ b/src/cpp/README.md @@ -16,7 +16,7 @@ provides fast builds and it easily handles dependencies that support bazel. To add gRPC as a dependency in bazel: 1. determine commit SHA for the grpc release you want to use -2. Use the [http_archive](https://docs.bazel.build/versions/master/be/workspace.html#http_archive) bazel rule to include gRPC source +2. Use the [http_archive](https://docs.bazel.build/versions/master/repo/http.html#http_archive) bazel rule to include gRPC source ``` http_archive( name = "com_github_grpc_grpc",