From 08a2a4a85f998fff69db55a2cf9d8f58490f2e2c Mon Sep 17 00:00:00 2001 From: Matthew Turland Date: Fri, 20 Jul 2018 16:36:15 -0500 Subject: [PATCH] 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 --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index 3087d1b39..6c285eee4 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -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.