From 6caf837c2337b03650b6bf832dac932e54fec814 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Mon, 4 Apr 2022 16:35:58 -0400 Subject: [PATCH] docs: Fix protoc install instructions link (#617) --- prost-build/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prost-build/src/lib.rs b/prost-build/src/lib.rs index 0f369331b..66c44f6f8 100644 --- a/prost-build/src/lib.rs +++ b/prost-build/src/lib.rs @@ -116,7 +116,7 @@ //! //! Compiling `protoc` from source requires a few external dependencies. Currently, //! `prost-build` uses `cmake` to build `protoc`. For more information check out the -//! [protobuf build instructions](protobuf-build). +//! [protobuf build instructions][protobuf-build]. //! //! [protobuf-build]: https://github.com/protocolbuffers/protobuf/blob/master/src/README.md