From e7b46ebb46283a238f6c75d11295111bdd00329c Mon Sep 17 00:00:00 2001 From: Jess Smith Date: Sun, 30 Apr 2017 11:48:58 -0400 Subject: [PATCH] Fix link in README.md (#445) Fix formatting of the link to the Orleans paper --- 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 864bed2..ae1de66 100644 --- a/distributed_systems/README.md +++ b/distributed_systems/README.md @@ -31,7 +31,7 @@ * [Omega: flexible, scalable schedulers for large compute clusters](http://research.google.com/pubs/archive/41684.pdf) -* [Orleans: Distributed Virtual Actors for Programmability and Scalability] (http://research.microsoft.com/apps/pubs/default.aspx?id=210931) +* [Orleans: Distributed Virtual Actors for Programmability and Scalability](http://research.microsoft.com/apps/pubs/default.aspx?id=210931) * [Paxos Made Live - An Engineering Perspective](http://www.cs.utexas.edu/users/lorenzo/corsi/cs380d/papers/paper2-1.pdf)