mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Docs Link Fixes
Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
This commit is contained in:
parent
58d9a975c1
commit
6064155a93
2 changed files with 2 additions and 2 deletions
|
@ -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`.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue