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