Docs Link Fixes

Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
This commit is contained in:
Mary Jinglewski 2019-10-29 10:22:34 -04:00
parent 58d9a975c1
commit 6064155a93
2 changed files with 2 additions and 2 deletions

View file

@ -272,7 +272,7 @@ end
```
Ruby allows a lot of freedoms, but should be limited in controls so that they
remain portable and easy to understand. Please see our [profile style guide](./style).
remain portable and easy to understand. Please see our [profile style guide](https://www.inspec.io/docs/reference/style/).
Core and custom resources are written as regular Ruby classes which inherit from
`Inspec.resource`.

View file

@ -336,7 +336,7 @@ profile `my_dep` using the name `my_res2`.
# Profile Inputs
Our documentation regarding [Inputs](docs/reference/inputs/) is now on a dedicated page.
Our documentation regarding [Inputs](https://www.inspec.io/docs/reference/inputs/) is now on a dedicated page.
# Profile files