Fix links on plugins docs page.

Signed-off-by: Pete Higgins <pete@peterhiggins.org>
This commit is contained in:
Pete Higgins 2020-10-22 16:53:15 -07:00
parent 2d19011d66
commit e11031351b

View file

@ -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