File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/architecture/dapr-for-net-developers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ The following table describes the infrastructure services provided by each block
64
64
| [ Bindings] ( bindings.md ) | Trigger code from events raised by external resources with bi-directional communication. |
65
65
| [ Observability] ( observability.md ) | Monitor and measure message calls across networked services. |
66
66
| [ 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. |
68
68
69
69
Building blocks abstract the implementation of distributed application capabilities from your services. Figure 2-3 shows this interaction.
70
70
You can’t perform that action at this time.
0 commit comments