From 1b65148fefec8bd5860de8fe49f6591c28431eb5 Mon Sep 17 00:00:00 2001 From: Yy Date: Fri, 19 Apr 2019 08:22:07 -0500 Subject: [PATCH] Fix Dead Link (#542) Replace the dead link of *A Note on Distributed Computing* --- distributed_systems/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed_systems/README.md b/distributed_systems/README.md index d874e22..90e07fc 100644 --- a/distributed_systems/README.md +++ b/distributed_systems/README.md @@ -9,7 +9,7 @@ ## External Papers -* [:scroll:](a-note-on-distributed-computing.pdf) [A Note on Distributed Computing](http://www.eecs.harvard.edu/~waldo/Readings/waldo-94.pdf) +* [:scroll:](a-note-on-distributed-computing.pdf) [A Note on Distributed Computing](http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=5A960A7B16A7BB42A99D7B6EFC30FB25?doi=10.1.1.41.7628&rep=rep1&type=pdf) * [A simple totally ordered broadcast protocol](http://diyhpl.us/~bryan/papers2/distributed/distributed-systems/zab.totally-ordered-broadcast-protocol.2008.pdf)