fix cluster routing docs (#25810)
* broke when it was moved to separate page
This commit is contained in:
parent
655bef2e71
commit
4479046d1e
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue