diff --git a/daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-dapr-cli.md b/daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-dapr-cli.md index c67b8b05..8823cec5 100644 --- a/daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-dapr-cli.md +++ b/daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-dapr-cli.md @@ -8,7 +8,7 @@ description: Learn about local development with the Dapr CLI ## Dapr CLI -*Consider this to be a .NET companion to the [Dapr Self-Hosted with Docker Guide]({{ ref self-hosted-overview.md }}))*. +*Consider this to be a .NET companion to the [Dapr Self-Hosted with Docker Guide]({{ ref self-hosted-with-docker.md }}))*. The Dapr CLI provides you with a good base to work from by initializing a local redis container, zipkin container, the placement service, and component manifests for redis. This will enable you to work with the following building blocks on a fresh install with no additional setup: diff --git a/daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-docker-compose.md b/daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-docker-compose.md index bef1be40..603be0b7 100644 --- a/daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-docker-compose.md +++ b/daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-docker-compose.md @@ -8,7 +8,7 @@ description: Learn about local development with Docker-Compose ## Docker-Compose -*Consider this to be a .NET companion to the [Dapr Self-Hosted with Docker Guide]({{ ref self-hosted-with-docker.md }}))*. +*Consider this to be a .NET companion to the [Dapr Self-Hosted with Docker Guide]({{< ref self-hosted-with-docker.md >}})*. `docker-compose` is a CLI tool included with Docker Desktop that you can use to run multiple containers at a time. It is a way to automate the lifecycle of multiple containers together, and offers a development experience similar to a production environment for applications targeting Kubernetes.