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
This commit is contained in:
Patrik Nordwall 2019-11-19 10:57:22 +01:00 committed by Christopher Batey
parent 81ee676923
commit 51493a4383
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Classic FSM # Classic FSM
@@include[includes.md](includes.md) { #actor-api } @@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 ## Dependency

View file

@ -1,7 +1,7 @@
# Classic Routing # Classic Routing
@@include[includes.md](includes.md) { #actor-api } @@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 ## Dependency