mirror of https://github.com/dapr/docs.git
fix link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
c8eef0fde0
commit
223f56e9a1
|
@ -117,7 +117,7 @@ dapr stop -f .
|
|||
When you ran `dapr init` during Dapr install:
|
||||
|
||||
- The `dapr_scheduler` control plane was started alongside other Dapr services.
|
||||
- [The `dapr.yaml` Multi-App Run template file]({{< ref #dapryaml-multi-app-run-template-filer >}}) was generated in the `.dapr/components` directory.
|
||||
- [The `dapr.yaml` Multi-App Run template file]({{< ref "#dapryaml-multi-app-run-template-file" >}}) was generated in the `.dapr/components` directory.
|
||||
|
||||
Running `dapr run -f .` in this Quickstart started both the `job-scheduler` and the `job-service`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue