Merge pull request #15602 from tangwz/fix_raftexample_link

contrib/raftexample: fix raftexample README's raft library link.
This commit is contained in:
Marek Siarkowicz 2023-03-31 16:00:30 +02:00 committed by GitHub
commit 6a995d2d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# raftexample
raftexample is an example usage of etcd's [raft library](../../raft). It provides a simple REST API for a key-value store cluster backed by the [Raft][raft] consensus algorithm.
raftexample is an example usage of etcd's [raft library](https://github.com/etcd-io/raft). It provides a simple REST API for a key-value store cluster backed by the [Raft][raft] consensus algorithm.
[raft]: http://raftconsensus.github.io/