mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Fix links on plugins docs page.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
This commit is contained in:
parent
2d19011d66
commit
e11031351b
1 changed files with 2 additions and 3 deletions
|
@ -60,8 +60,7 @@ inspec plugin install inspec-some-plugin
|
|||
inspec plugin install train-some-plugin
|
||||
```
|
||||
|
||||
For more details on what the `plugin` command can do, see the [online help](/inspec/cli/#plugin),
|
||||
or run `inspec plugin help`.
|
||||
For more details on what the `plugin` command can do, run `inspec plugin help`.
|
||||
|
||||
## How do I use a different Gem server?
|
||||
|
||||
|
@ -78,7 +77,7 @@ inspec plugin install --source https://my.private.server inspec-private-plugin
|
|||
### Chef InSpec Plugins
|
||||
|
||||
For details on how to author a Chef InSpec Plugin, see the
|
||||
[developer documentation](https://github.com/inspec/inspec/blob/master/docs/dev/plugins.md)
|
||||
[developer documentation](https://github.com/inspec/inspec/blob/master/dev-docs/plugins.md)
|
||||
|
||||
### Train Plugins
|
||||
|
||||
|
|
Loading…
Reference in a new issue