From 4e7de462230303049a63466605e9e9e5a11ef4f0 Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Sun, 27 Aug 2023 15:33:11 -0500 Subject: [PATCH] docs: fix protoc install link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1633a4255..3e3a55d56 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ With `prost-build` v0.11 release, `protoc` will be required to invoke bundled a `protoc` or attempt to compile `protoc` for users. For install instructions for `protoc` please check out the [protobuf install] instructions. -[protobuf install]: https://github.com/protocolbuffers/protobuf#protocol-compiler-installation +[protobuf install]: https://github.com/protocolbuffers/protobuf#protobuf-compiler-installation ### Packages