From b9a90f34c489657d9bbc99e298b0ad20a5e56483 Mon Sep 17 00:00:00 2001 From: Unemployed <7939211+Unemployed@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:39:55 +1100 Subject: [PATCH] Update README.md Update link for The Byzantine Generals Problem --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4d8b3e..56762cf 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Paraphrasing @fogus from their [blog](http://blog.fogus.me/2011/09/08/10-technic ### Distributed Consensus and Fault-Tolerance - [Practical Byzantine Fault Tolerance](http://pmg.csail.mit.edu/papers/osdi99.pdf) -- [The Byzantine Generals Problem](http://bnrg.cs.berkeley.edu/~adj/cs16x/hand-outs/Original_Byzantine.pdf) +- [The Byzantine Generals Problem](https://lamport.azurewebsites.net/pubs/byz.pdf) - [Impossibility of Distributed Consensus with One Faulty Process](http://macs.citadel.edu/rudolphg/csci604/ImpossibilityofConsensus.pdf) - [The Part Time Parliament](http://research.microsoft.com/en-us/um/people/lamport/pubs/lamport-paxos.pdf) Paxos, Lamport's original Paxos paper, a bit difficult to understand, may require multiple passes - [Paxos Made Simple](http://research.microsoft.com/en-us/um/people/lamport/pubs/paxos-simple.pdf), a more terse readable Paxos paper by Lamport himself. Shorter and more easier compared to the original.