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 2 years ago committed by GitHub
parent c45dd50ec4
commit 3be642b71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save