mirror of https://github.com/dapr/java-sdk.git
Fix broken link in actors example README (#271)
This commit is contained in:
parent
af7a0d1126
commit
cbab5a858f
|
@ -2,7 +2,7 @@
|
|||
|
||||
In this example, we'll use Dapr to test the actor pattern capabilities such as concurrency, state, life-cycle management for actor activation/deactivation and timers and reminders to wake-up actors.
|
||||
|
||||
Visit [this](https://github.com/dapr/docs/blob/master/concepts/actor/actor_overview.md) link for more information about the Actor pattern.
|
||||
Visit [this](https://github.com/dapr/docs/blob/master/concepts/actors/README.md) link for more information about the Actor pattern.
|
||||
|
||||
This example contains the follow classes:
|
||||
|
||||
|
|
Loading…
Reference in New Issue