From c67641b0ebcba824482783f1aaaeb9e0a9464791 Mon Sep 17 00:00:00 2001 From: "sebastian.harko" Date: Wed, 8 Mar 2017 22:07:02 +0100 Subject: [PATCH] fix broken refs in docs for Cluster Usage --- akka-docs/rst/java/cluster-usage.rst | 2 +- akka-docs/rst/scala/cluster-usage.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-docs/rst/java/cluster-usage.rst b/akka-docs/rst/java/cluster-usage.rst index f7ef257843..4b2ba1b56d 100644 --- a/akka-docs/rst/java/cluster-usage.rst +++ b/akka-docs/rst/java/cluster-usage.rst @@ -125,7 +125,7 @@ seed nodes in the existing cluster. If you don't configure seed nodes you need to join the cluster programmatically or manually. -Manual joining can be performed by using ref:`cluster_jmx_java` or :ref:`cluster_http_java`. +Manual joining can be performed by using :ref:`cluster_jmx_java` or :ref:`cluster_http_java`. Joining programmatically can be performed with ``Cluster.get(system).join``. Unsuccessful join attempts are automatically retried after the time period defined in configuration property ``retry-unsuccessful-join-after``. Retries can be disabled by setting the property to ``off``. diff --git a/akka-docs/rst/scala/cluster-usage.rst b/akka-docs/rst/scala/cluster-usage.rst index 93131361c5..662f6e1511 100644 --- a/akka-docs/rst/scala/cluster-usage.rst +++ b/akka-docs/rst/scala/cluster-usage.rst @@ -119,7 +119,7 @@ seed nodes in the existing cluster. If you don't configure seed nodes you need to join the cluster programmatically or manually. -Manual joining can be performed by using ref:`cluster_jmx_scala` or :ref:`cluster_http_scala`. +Manual joining can be performed by using :ref:`cluster_jmx_scala` or :ref:`cluster_http_scala`. Joining programmatically can be performed with ``Cluster(system).join``. Unsuccessful join attempts are automatically retried after the time period defined in configuration property ``retry-unsuccessful-join-after``. Retries can be disabled by setting the property to ``off``.