diff --git a/daprdocs/content/en/operations/hosting/kubernetes/cluster/setup-kind.md b/daprdocs/content/en/operations/hosting/kubernetes/cluster/setup-kind.md index d8eef61f8..a593e21e6 100644 --- a/daprdocs/content/en/operations/hosting/kubernetes/cluster/setup-kind.md +++ b/daprdocs/content/en/operations/hosting/kubernetes/cluster/setup-kind.md @@ -104,7 +104,7 @@ the output should look like this: dapr dashboard -k -p 9999 ``` -So that you can validate that the setup finished successfully by navigating to [http://localhost:9999](http://localhost:9999). +So that you can validate that the setup finished successfully by navigating to `http://localhost:9999`. ## Next steps - [Try out a Dapr quickstart]({{< ref quickstarts.md >}})