From 4479046d1e660bbecdf872f2073b425711f90c91 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Wed, 24 Oct 2018 08:13:43 -0400 Subject: [PATCH] fix cluster routing docs (#25810) * broke when it was moved to separate page --- akka-docs/src/main/paradox/cluster-routing.md | 4 ++-- akka-docs/src/main/paradox/index-cluster.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/akka-docs/src/main/paradox/cluster-routing.md b/akka-docs/src/main/paradox/cluster-routing.md index eb8f8bef966..bb68052229e 100644 --- a/akka-docs/src/main/paradox/cluster-routing.md +++ b/akka-docs/src/main/paradox/cluster-routing.md @@ -77,7 +77,7 @@ Scala Java : @@snip [StatsService.java](/akka-docs/src/test/java/jdocs/cluster/StatsService.java) { #router-lookup-in-code } -See [configuration](#cluster-configuration) section for further descriptions of the settings. +See @ref:[reference configuration](general/configuration.md#config-akka-cluster) for further descriptions of the settings. ### Router Example with Group of Routees @@ -185,7 +185,7 @@ Scala Java : @@snip [StatsService.java](/akka-docs/src/test/java/jdocs/cluster/StatsService.java) { #router-deploy-in-code } -See [configuration](#cluster-configuration) section for further descriptions of the settings. +See @ref:[reference configuration](general/configuration.md#config-akka-cluster) for further descriptions of the settings. ### Router Example with Pool of Remote Deployed Routees diff --git a/akka-docs/src/main/paradox/index-cluster.md b/akka-docs/src/main/paradox/index-cluster.md index 1dc8c1c6ee0..652d39ff417 100644 --- a/akka-docs/src/main/paradox/index-cluster.md +++ b/akka-docs/src/main/paradox/index-cluster.md @@ -6,6 +6,7 @@ * [common/cluster](common/cluster.md) * [cluster-usage](cluster-usage.md) +* [cluster-routing](cluster-routing.md) * [cluster-singleton](cluster-singleton.md) * [distributed-pub-sub](distributed-pub-sub.md) * [cluster-client](cluster-client.md)