diff --git a/docs-chef-io/content/inspec/plugins.md b/docs-chef-io/content/inspec/plugins.md index bd467aecb..f170609ad 100644 --- a/docs-chef-io/content/inspec/plugins.md +++ b/docs-chef-io/content/inspec/plugins.md @@ -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