From 51493a4383ab8362c6cfd1096f1c4c459b0cf25e Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Tue, 19 Nov 2019 10:57:22 +0100 Subject: [PATCH] doc: reword routing link to new API (#28185) * routing is so different so it doesn't make sense to use "full documentation" * similar with fsm --- akka-docs/src/main/paradox/fsm.md | 2 +- akka-docs/src/main/paradox/routing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-docs/src/main/paradox/fsm.md b/akka-docs/src/main/paradox/fsm.md index b9c6d88e9a..7902a16b4d 100644 --- a/akka-docs/src/main/paradox/fsm.md +++ b/akka-docs/src/main/paradox/fsm.md @@ -1,7 +1,7 @@ # Classic FSM @@include[includes.md](includes.md) { #actor-api } -For the full documentation of this feature and for new projects see @ref:[fsm](typed/fsm.md). +For the documentation of the new API of this feature and for new projects see @ref:[fsm](typed/fsm.md). ## Dependency diff --git a/akka-docs/src/main/paradox/routing.md b/akka-docs/src/main/paradox/routing.md index c184bc8e1a..ddd3d01f76 100644 --- a/akka-docs/src/main/paradox/routing.md +++ b/akka-docs/src/main/paradox/routing.md @@ -1,7 +1,7 @@ # Classic Routing @@include[includes.md](includes.md) { #actor-api } -For the full documentation of this feature and for new projects see @ref:[routers](typed/routers.md). +For the documentation of the new API of this feature and for new projects see @ref:[routers](typed/routers.md). ## Dependency