Skip to content

Commit

Permalink
Fix broken link to Raft paper in README (hashicorp#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio authored and freddygv committed Jul 11, 2019
1 parent 15fdab6 commit ba2ca31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ to port Consul to these new interfaces.

## Protocol

raft is based on ["Raft: In Search of an Understandable Consensus Algorithm"](https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf)
raft is based on ["Raft: In Search of an Understandable Consensus Algorithm"](https://raft.github.io/raft.pdf)

A high level overview of the Raft protocol is described below, but for details please read the full
[Raft paper](https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf)
[Raft paper](https://raft.github.io/raft.pdf)
followed by the raft source. Any questions about the raft protocol should be sent to the
[raft-dev mailing list](https://groups.google.com/forum/#!forum/raft-dev).

Expand Down

0 comments on commit ba2ca31

Please sign in to comment.