From 7d0065a462ac43a806f1df222a168890afb7a365 Mon Sep 17 00:00:00 2001 From: Fredrik Meyer Date: Thu, 22 Feb 2018 11:54:14 +0100 Subject: [PATCH] Fix dead link in cluster.md Came over this while reading the documentation. A Google search found a working link. --- akka-docs/src/main/paradox/common/cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/common/cluster.md b/akka-docs/src/main/paradox/common/cluster.md index a884f5f3d8..9512ea9ec6 100644 --- a/akka-docs/src/main/paradox/common/cluster.md +++ b/akka-docs/src/main/paradox/common/cluster.md @@ -86,7 +86,7 @@ nodes have been downed. The failure detector is responsible for trying to detect if a node is `unreachable` from the rest of the cluster. For this we are using an -implementation of [The Phi Accrual Failure Detector](http://www.jaist.ac.jp/~defago/files/pdf/IS_RR_2004_010.pdf) by Hayashibara et al. +implementation of [The Phi Accrual Failure Detector](http://fubica.lsd.ufcg.edu.br/hp/cursos/cfsc/papers/hayashibara04theaccrual.pdf) by Hayashibara et al. An accrual failure detector decouples monitoring and interpretation. That makes them applicable to a wider area of scenarios and more adequate to build generic