Fix wrong refs in docs

- Duo to older refactorings fix correct impl refs
  for StateMachineRuntimePersister.
- Fix link to sample.
- Fixes #595
This commit is contained in:
Janne Valkealahti
2019-03-19 08:36:25 +00:00
parent 675fdf07de
commit 009d8331fd

View File

@@ -1971,12 +1971,12 @@ stop and start a machine.
Currently there are implementations for this interface for out-of-the-box
supported _Spring Data Repositories_. These are
`JpaStateMachineRuntimePersister`, `RedisStateMachineRuntimePersister`
and `MongoDbStateMachineRuntimePersister`.
`JpaPersistingStateMachineInterceptor`, `MongoDbPersistingStateMachineInterceptor`
and `RedisPersistingStateMachineInterceptor`.
[TIP]
====
Check sample <<statemachine-examples-datajpapersist>> for detailed usage.
Check sample <<statemachine-examples-datapersist>> for detailed usage.
====
[[sm-boot]]