Browse Source

Merge pull request #10074 from gyuho/raft-link

raft: fix link typo
Gyuho Lee 7 years ago
parent
commit
2589353c1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      raft/doc.go

+ 1 - 1
raft/doc.go

@@ -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
 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