From dcdcdf1e483330a6b546259b52db00cc582c790d Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Thu, 15 Oct 2020 02:01:32 +0100 Subject: [PATCH] docs: Fix a typo & broken link (#678) --- website/content/docs/getting-started/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/getting-started/index.mdx b/website/content/docs/getting-started/index.mdx index 633b1da9f4..a69d9a0415 100644 --- a/website/content/docs/getting-started/index.mdx +++ b/website/content/docs/getting-started/index.mdx @@ -15,7 +15,7 @@ The examples in Getting Started all revolve around running in `dev mode`. There 1. [Docker](https://docs.docker.com/get-docker/) is installed 2. A route to download the [Postgres Docker image](https://hub.docker.com/_/postgres) is available or a local image cache is available -3. A [Boundary binary](https://www.boundaryproject.io/downloads) in your \$PATH +3. A [Boundary binary](https://www.boundaryproject.io/downloads) in your `$PATH` ## What is Dev Mode?