From c3073fa267b81d04b8fcfda76ec7d9e2cf4f19db Mon Sep 17 00:00:00 2001 From: alexkachanov Date: Fri, 4 Nov 2022 11:26:12 +0900 Subject: [PATCH] Fixing the link to Time, Clocks, and the Ordering of Events in a Distributed System in concurrency README.md --- concurrency/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concurrency/README.md b/concurrency/README.md index e9beea1..1d933b7 100644 --- a/concurrency/README.md +++ b/concurrency/README.md @@ -2,7 +2,7 @@ * [Everything You Always Wanted to Know About Synchronization but Were Afraid to Ask](http://sigops.org/sosp/sosp13/papers/p33-david.pdf) -* [Time, Clocks, and the Ordering of Events in a Distributed System](http://research.microsoft.com/en-us/um/people/lamport/pubs/time-clocks.pdf) +* [Time, Clocks, and the Ordering of Events in a Distributed System](http://lamport.azurewebsites.net/pubs/time-clocks.pdf) * [Heap Architectures For Concurrent Languages Using Message Passing](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.108.1302&rep=rep1&type=pdf)