Fix for the failed link validation.

Signed-off-by: Antonio Robson de Paula <robson.p@sidi.org.br>
This commit is contained in:
Antonio Robson de Paula 2021-12-12 10:39:10 -03:00
parent 9d03a91243
commit a2e555e81d
1 changed files with 1 additions and 1 deletions

View File

@ -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 >}})