Skip to content

Commit 3380a4c

Browse files
Added missing link for actors.md (#32201)
1 parent 05e9ada commit 3380a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/dapr-for-net-developers/dapr-at-20000-feet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following table describes the infrastructure services provided by each block
6464
| [Bindings](bindings.md) | Trigger code from events raised by external resources with bi-directional communication. |
6565
| [Observability](observability.md) | Monitor and measure message calls across networked services. |
6666
| [Secrets](secrets-management.md) | Securely access external secret stores. |
67-
| Actors | Encapsulate logic and data in reusable actor objects. |
67+
| [Actors](actors.md) | Encapsulate logic and data in reusable actor objects. |
6868

6969
Building blocks abstract the implementation of distributed application capabilities from your services. Figure 2-3 shows this interaction.
7070

0 commit comments

Comments
 (0)