tikv / raft-rs

Raft distributed consensus algorithm implemented in Rust.
Apache License 2.0
2.86k stars 391 forks source link

Point etcd link to the correct repository #529

Closed HRKings closed 9 months ago

HRKings commented 9 months ago

Hey! This is a very quick pull request to point the etcd Raft implementation to the correct repository (now https://github.com/etcd-io/raft). Just to help anybody like me that was reading through the documentation and was greeted with a 404 page.

Thanks for the amazing crate!