Переглянути джерело

Merge pull request #10074 from gyuho/raft-link

raft: fix link typo
Gyuho Lee 7 роки тому
батько
коміт
2589353c1f
1 змінених файлів з 1 додано та 1 видалено
  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