Skip to content

Commit 5b83356

Browse files
committed
Sync readme
1 parent 57941ae commit 5b83356

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protobuf-codegen/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protobuf_codegen::Codegen::new()
5959
If you have to.
6060

6161
(Note `protoc` can be invoked programmatically with
62-
[protoc crate](https://docs.rs/protoc/%3E=3.1.0-alpha))
62+
[protoc crate](https://docs.rs/protoc/))
6363

6464
0) Install protobuf for `protoc` binary.
6565

protobuf-codegen/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
//! If you have to.
6363
//!
6464
//! (Note `protoc` can be invoked programmatically with
65-
//! [protoc crate](https://docs.rs/protoc/%3E=3.0.0-alpha))
65+
//! [protoc crate](https://docs.rs/protoc/))
6666
//!
6767
//! 0) Install protobuf for `protoc` binary.
6868
//!

0 commit comments

Comments
 (0)