diff --git a/protobuf-codegen/README.md b/protobuf-codegen/README.md index 90aa0522f..9b9bfb050 100644 --- a/protobuf-codegen/README.md +++ b/protobuf-codegen/README.md @@ -59,7 +59,7 @@ protobuf_codegen::Codegen::new() If you have to. (Note `protoc` can be invoked programmatically with -[protoc crate](https://docs.rs/protoc/%3E=3.1.0-alpha)) +[protoc crate](https://docs.rs/protoc/)) 0) Install protobuf for `protoc` binary. diff --git a/protobuf-codegen/src/lib.rs b/protobuf-codegen/src/lib.rs index 847f90e62..54a457420 100644 --- a/protobuf-codegen/src/lib.rs +++ b/protobuf-codegen/src/lib.rs @@ -62,7 +62,7 @@ //! If you have to. //! //! (Note `protoc` can be invoked programmatically with -//! [protoc crate](https://docs.rs/protoc/%3E=3.0.0-alpha)) +//! [protoc crate](https://docs.rs/protoc/)) //! //! 0) Install protobuf for `protoc` binary. //!