From 3be642b71ec35d01af94b639faa306d7add97f92 Mon Sep 17 00:00:00 2001 From: Hai Hoang Dang Date: Tue, 27 Sep 2022 12:41:03 -0700 Subject: [PATCH] Correct the link name for BUILD.bazel file (#10662) * Correct the link name for BUILD file * Correct BUILD.bazel text --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 430568e14e..64e6d907ba 100644 --- a/examples/README.md +++ b/examples/README.md @@ -28,7 +28,7 @@ Then you can run the built binary: $ bazel-bin/add_person_cpp addressbook.data To use protobuf in your own bazel project, please follow instructions in the -[BUILD](BUILD) file and [WORKSPACE](WORKSPACE) file. +[BUILD.bazel](BUILD.bazel) file and [WORKSPACE](WORKSPACE) file. ## Build the example using make