fix cluster routing docs (#25810)

* broke when it was moved to separate page
This commit is contained in:
Patrik Nordwall 2018-10-24 08:13:43 -04:00 committed by Christopher Batey
parent 655bef2e71
commit 4479046d1e
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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)