mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
fix outdated link in readme
Kudos @rhass for finding this! Fixes https://github.com/chef/inspec/issues/1136
This commit is contained in:
parent
a0330a5024
commit
b085151166
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ describe inetd_conf do
|
|||
end
|
||||
```
|
||||
|
||||
InSpec makes it easy to run your tests wherever you need. More options listed here: https://github.com/chef/inspec/blob/master/docs/cli.rst
|
||||
InSpec makes it easy to run your tests wherever you need. More options are found in our [CLI docs](http://inspec.io/docs/reference/cli/).
|
||||
|
||||
```bash
|
||||
# run test locally
|
||||
|
|
Loading…
Reference in a new issue