From c23e70f7b6b462d5ba934638754832bf6a775122 Mon Sep 17 00:00:00 2001 From: greenie-msft <56556602+greenie-msft@users.noreply.github.com> Date: Wed, 5 Oct 2022 15:10:10 -0700 Subject: [PATCH] Update daprdocs/content/en/reference/cli/dapr-init.md Using ref links Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com> --- daprdocs/content/en/reference/cli/dapr-init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/cli/dapr-init.md b/daprdocs/content/en/reference/cli/dapr-init.md index ac5f7f175..53cae6bb4 100644 --- a/daprdocs/content/en/reference/cli/dapr-init.md +++ b/daprdocs/content/en/reference/cli/dapr-init.md @@ -60,7 +60,7 @@ You can also specify a specific runtime version. Be default, the latest version dapr init --runtime-version 1.4.0 ``` -You can also install Dapr with a particular image variant, for example: [mariner](https://docs.dapr.io/operations/hosting/kubernetes/kubernetes-deploy/#using-mariner-based-images). +You can also install Dapr with a particular image variant, for example: [mariner]({{< ref "kubernetes-deploy.md#using-mariner-based-images" >}}). ```bash dapr init --image-variant mariner