Fix broken link to Related section on Plugins page

Current points to https://docs.helm.sh/using_helm/related.md#helm-plugins

Should point to https://docs.helm.sh/related/#helm-plugins
pull/4373/head
Matthew Turland 7 years ago committed by GitHub
parent 01da56f956
commit 08a2a4a85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ Helm 2.1.0 introduced the concept of a client-side Helm _plugin_. A plugin is a
tool that can be accessed through the `helm` CLI, but which is not part of the
built-in Helm codebase.
Existing plugins can be found on [related](related.md#helm-plugins) section or by searching [Github](https://github.com/search?q=topic%3Ahelm-plugin&type=Repositories).
Existing plugins can be found on [related](https://docs.helm.sh/related/#helm-plugins) section or by searching [Github](https://github.com/search?q=topic%3Ahelm-plugin&type=Repositories).
This guide explains how to use and create plugins.

Loading…
Cancel
Save