raft: fix link typo

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2018-09-06 09:20:22 -07:00
parent 1c80ce4b29
commit c2b3c54370

View File

@ -23,7 +23,7 @@ For more details on Raft, see "In Search of an Understandable Consensus Algorith
A simple example application, _raftexample_, is also available to help illustrate A simple example application, _raftexample_, is also available to help illustrate
how to use this package in practice: how to use this package in practice:
https://go.etcd.io/etcd/tree/master/contrib/raftexample https://github.com/etcd-io/etcd/tree/master/contrib/raftexample
Usage Usage