Skip to content

Commit cbab5a8

Browse files
authored
Fix broken link in actors example README (dapr#271)
1 parent af7a0d1 commit cbab5a8

File tree

1 file changed

+2
-2
lines changed
  • examples/src/main/java/io/dapr/examples/actors/http

1 file changed

+2
-2
lines changed

examples/src/main/java/io/dapr/examples/actors/http/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Visit [this](https://github.com/dapr/docs/blob/master/concepts/actor/actor_overview.md) link for more information about the Actor pattern.
5+
Visit [this](https://github.com/dapr/docs/blob/master/concepts/actors/README.md) link for more information about the Actor pattern.
66

77
This example contains the follow classes:
88

@@ -206,4 +206,4 @@ For more details on Dapr SpringBoot integration, please refer to [Dapr Spring Bo
206206

207207
Currently, these are the limitations in the Java SDK for Dapr:
208208
* Actor interface cannot have overloaded methods (methods with same name but different signature).
209-
* Actor methods can only have zero or one parameter.
209+
* Actor methods can only have zero or one parameter.

0 commit comments

Comments
 (0)