From 1362a0b3870dfc6a242f467072c63fb7f04d5c03 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 22 Jun 2018 10:09:32 +0200 Subject: [PATCH] Fixed dead link to SWIM paper --- website/source/docs/internals/gossip.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/internals/gossip.html.md b/website/source/docs/internals/gossip.html.md index 88032a5e02d..d32ea9dfa15 100644 --- a/website/source/docs/internals/gossip.html.md +++ b/website/source/docs/internals/gossip.html.md @@ -12,7 +12,7 @@ description: |- Nomad uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol) to manage membership. This is provided through the use of the [Serf library](https://www.serf.io/). The gossip protocol used by Serf is based on -["SWIM: Scalable Weakly-consistent Infection-style Process Group Membership Protocol"](https://www.cs.cornell.edu/~asdas/research/dsn02-swim.pdf), +["SWIM: Scalable Weakly-consistent Infection-style Process Group Membership Protocol"](https://www.cs.cornell.edu/projects/Quicksilver/public_pdfs/SWIM.pdf), with a few minor adaptations. There are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html). ~> **Advanced Topic!** This page covers technical details of