Update README links to the examples directory

This commit is contained in:
Michael Lewis 2016-01-20 12:01:04 -08:00
parent 4192dedd14
commit 63bb8160a3

View file

@ -112,7 +112,11 @@ describe yaml('.kitchen.yml') do
end
```
Also have a look at our [example](https://github.com/chef/inspec/tree/master/examples/test-kitchen) that uses `inspec` in combination with `test-kitchen`
Also have a look at our examples for:
- [Usiing inspec with test-kitchen & chef](https://github.com/chef/inspec/tree/master/examples/kitchen-chef)
- [Using inspec with test-kiitchen & puppet](https://github.com/chef/inspec/tree/master/examples/kitchen-puppet)
- [Using inspec with test-kitchen & ansible](https://github.com/chef/inspec/tree/master/examples/kitchen-ansible)
- [Implementing an InSpec profile](https://github.com/chef/inspec/tree/master/examples/profile)
## Command Line Usage