We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e9ada commit 3380a4cCopy full SHA for 3380a4c
1 file changed
docs/architecture/dapr-for-net-developers/dapr-at-20000-feet.md
@@ -64,7 +64,7 @@ The following table describes the infrastructure services provided by each block
64
| [Bindings](bindings.md) | Trigger code from events raised by external resources with bi-directional communication. |
65
| [Observability](observability.md) | Monitor and measure message calls across networked services. |
66
| [Secrets](secrets-management.md) | Securely access external secret stores. |
67
-| Actors | Encapsulate logic and data in reusable actor objects. |
+| [Actors](actors.md) | Encapsulate logic and data in reusable actor objects. |
68
69
Building blocks abstract the implementation of distributed application capabilities from your services. Figure 2-3 shows this interaction.
70
0 commit comments