diff --git a/akka-docs/rst/java/cluster-usage.rst b/akka-docs/rst/java/cluster-usage.rst index f7ef257843..6f06b5a2d8 100644 --- a/akka-docs/rst/java/cluster-usage.rst +++ b/akka-docs/rst/java/cluster-usage.rst @@ -173,9 +173,9 @@ can be performed automatically or manually. By default it must be done manually, It can also be performed programmatically with ``Cluster.get(system).down(address)``. A pre-packaged solution for the downing problem is provided by -`Split Brain Resolver `_, +`Split Brain Resolver `_, which is part of the `Lightbend Reactive Platform `_. -If you don’t use RP, you should anyway carefully read the `documentation `_ +If you don’t use RP, you should anyway carefully read the `documentation `_ of the Split Brain Resolver and make sure that the solution you are using handles the concerns described there. diff --git a/akka-docs/rst/scala/cluster-usage.rst b/akka-docs/rst/scala/cluster-usage.rst index 93131361c5..3d47976564 100644 --- a/akka-docs/rst/scala/cluster-usage.rst +++ b/akka-docs/rst/scala/cluster-usage.rst @@ -168,9 +168,9 @@ can be performed automatically or manually. By default it must be done manually, It can also be performed programmatically with ``Cluster(system).down(address)``. A pre-packaged solution for the downing problem is provided by -`Split Brain Resolver `_, +`Split Brain Resolver `_, which is part of the `Lightbend Reactive Platform `_. -If you don’t use RP, you should anyway carefully read the `documentation `_ +If you don’t use RP, you should anyway carefully read the `documentation `_ of the Split Brain Resolver and make sure that the solution you are using handles the concerns described there.