From 6e4f9cedf2f7c069b9c737cda0534dd7963b1c18 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 15 May 2019 08:15:22 -0700 Subject: [PATCH] Fix Plum Tree link --- book/src/gossip.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/gossip.md b/book/src/gossip.md index 6a54a416f9..75eb5dc981 100644 --- a/book/src/gossip.md +++ b/book/src/gossip.md @@ -116,8 +116,8 @@ Just like *pull message*, nodes are selected into the active set based on weight ## Notable differences from PlumTree -The active push protocol described here is based on (Plum -Tree)[https://haslab.uminho.pt/jop/files/lpr07a.pdf]. The main differences are: +The active push protocol described here is based on [Plum +Tree](https://haslab.uminho.pt/jop/files/lpr07a.pdf). The main differences are: * Push messages have a wallclock that is signed by the originator. Once the wallclock expires the message is dropped. A hop limit is difficult to implement