From 530ed80cead00f7bc65646d9c29d50bad391f4b4 Mon Sep 17 00:00:00 2001 From: Alex Kachanov Date: Sat, 5 Nov 2022 06:59:18 +0900 Subject: [PATCH] fix link for "Heap Architectures For Concurrent Languages" (#697) --- concurrency/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concurrency/README.md b/concurrency/README.md index 1d933b7..71f0a64 100644 --- a/concurrency/README.md +++ b/concurrency/README.md @@ -4,7 +4,7 @@ * [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) +* [Heap Architectures For Concurrent Languages Using Message Passing](http://www.fantasi.se/publications/ISMM02.pdf) * [Message Analysis for Concurrent Languages](http://user.it.uu.se/~kostis/Papers/escape.pdf)