Skip to content

Commit

Permalink
Fix link (#453)
Browse files Browse the repository at this point in the history
Signed-off-by: Ofek Lev <[email protected]>
  • Loading branch information
ofek authored Aug 12, 2021
1 parent e6d28ef commit 74d3bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A complete Raft model contains 4 essential parts:
## Using the raft crate

You can use raft with either [rust-protobuf](https://github.com/pingcap/rust-protobuf) or [Prost](https://github.com/danburkert/prost) to encode/decode gRPC messages. We use rust-protobuf by default. To use Prost, build (or depend on) Raft using the `prost-codec` feature and without default features.
You can use raft with either [rust-protobuf](https://github.com/pingcap/rust-protobuf) or [Prost](https://github.com/tokio-rs/prost) to encode/decode gRPC messages. We use rust-protobuf by default. To use Prost, build (or depend on) Raft using the `prost-codec` feature and without default features.

## Developing the Raft crate

Expand Down

0 comments on commit 74d3bb5

Please sign in to comment.