From f74fbed3542d4bf8786c04e34cfe25a193224bfd Mon Sep 17 00:00:00 2001 From: Ronen Date: Fri, 1 Feb 2019 11:42:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b13d5a44..038d46ae 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ScaleCube - Cluster ScaleCube Cluster is a lightweight decentralized cluster membership, failure detection, and gossip protocol library. -It provides an implementation of [SWIM](http://www.cs.cornell.edu/~asdas/research/dsn02-swim.pdf) cluster membership protocol for Java VM. +It provides an implementation of [SWIM](http://www.cs.cornell.edu/projects/Quicksilver/public_pdfs/SWIM.pdf) cluster membership protocol for Java VM. It is an efficient and scalable weakly-consistent distributed group membership protocol based on gossip-style communication between the nodes in the cluster. Read [blog post](http://www.antonkharenko.com/2015/09/swim-distributed-group-membership.html) with distilled