Correct the link name for BUILD.bazel file (#10662)

* Correct the link name for BUILD file

* Correct BUILD.bazel text
pull/10672/head
Hai Hoang Dang 2022-09-27 12:41:03 -07:00 committed by GitHub
parent c45dd50ec4
commit 3be642b71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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