We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57941ae commit 5b83356Copy full SHA for 5b83356
protobuf-codegen/README.md
@@ -59,7 +59,7 @@ protobuf_codegen::Codegen::new()
59
If you have to.
60
61
(Note `protoc` can be invoked programmatically with
62
-[protoc crate](https://docs.rs/protoc/%3E=3.1.0-alpha))
+[protoc crate](https://docs.rs/protoc/))
63
64
0) Install protobuf for `protoc` binary.
65
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/))
66
67
//! 0) Install protobuf for `protoc` binary.
68
0 commit comments