From bc581b70bf74e42fc2845c1cfc18e8fc6fbd8956 Mon Sep 17 00:00:00 2001 From: Prachi Pendse Date: Fri, 17 Jul 2020 12:03:19 -0700 Subject: [PATCH] Fix go plugins caveats link --- site/content/en/guides/plugins/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/guides/plugins/_index.md b/site/content/en/guides/plugins/_index.md index 5f122042a..7fe6dbcdd 100644 --- a/site/content/en/guides/plugins/_index.md +++ b/site/content/en/guides/plugins/_index.md @@ -287,7 +287,7 @@ data: ### Go plugins -Be sure to read [Go plugin caveats](goPluginCaveats.md). +Be sure to read [Go plugin caveats](goplugincaveats/). [Go plugin]: https://golang.org/pkg/plugin/