Skip to content

Commit 06db0bc

Browse files
committed
Fix broken link in getting started guide
1 parent a719a84 commit 06db0bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/GETTING_STARTED.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ created when you initilialized your PKI. In order to properly validate this
176176
certificate clients need access to the public root of trust, aka the public root
177177
certificate. If you are using the `step cli` on the same host where you
178178
initialized your PKI (the `root_ca.crt` is stored on disk locally), then you can
179-
continue to [setting up your environment](setting-up-environment-variables),
179+
continue to [setting up your environment](#setup-env),
180180
otherwise we will show you how to easily download your root certificate in the
181181
following step.
182182

@@ -215,9 +215,10 @@ In the examples below we will use `https://ca.smallstep.com:8080`.
215215
3. Test.
216216
217217
```
218-
* step ca health
218+
$ step ca health
219219
```
220220
221+
<a name="setup-env"></a>
221222
#### Setting up Environment Defaults
222223
223224
This is optional, but we recommend you populate a `defaults.json` file with a

0 commit comments

Comments
 (0)