Skip to content

Commit

Permalink
fix cluster routing docs (akka#25810)
Browse files Browse the repository at this point in the history
* broke when it was moved to separate page
  • Loading branch information
patriknw authored and chbatey committed Oct 24, 2018
1 parent 655bef2 commit 4479046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akka-docs/src/main/paradox/cluster-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions akka-docs/src/main/paradox/index-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4479046

Please sign in to comment.