From 56efcfa2e7b755afc50327ec933bdeece1c5d7e9 Mon Sep 17 00:00:00 2001 From: Kumar Arnav <36244620+Karnav123@users.noreply.github.com> Date: Fri, 7 Apr 2023 16:03:47 +0530 Subject: [PATCH] Update link of Time, Clocks, and the Ordering of Events in a Distributed System (#735) --- concurrency/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concurrency/README.md b/concurrency/README.md index 71f0a64..912cc33 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://lamport.azurewebsites.net/pubs/time-clocks.pdf) +* [Time, Clocks, and the Ordering of Events in a Distributed System](https://lamport.azurewebsites.net/pubs/time-clocks.pdf) * [Heap Architectures For Concurrent Languages Using Message Passing](http://www.fantasi.se/publications/ISMM02.pdf)