From 0759a4057531b615c08fac2192d44545936f74f1 Mon Sep 17 00:00:00 2001 From: Renato Monteiro <45536168+monteiro-renato@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:04:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Fix:=20broken=20url=20in=20exter?= =?UTF-8?q?nal-plugins.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/book/src/plugins/extending/external-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/plugins/extending/external-plugins.md b/docs/book/src/plugins/extending/external-plugins.md index 03c344037f5..8b599616ef4 100644 --- a/docs/book/src/plugins/extending/external-plugins.md +++ b/docs/book/src/plugins/extending/external-plugins.md @@ -148,4 +148,4 @@ kubebuilder create api --plugins go/v4,sampleplugin/v1 - A [sample external plugin written in Python](https://github.com/rashmigottipati/POC-Phase2-Plugins) - A [sample external plugin written in JavaScript](https://github.com/Eileen-Yu/kb-js-plugin) -[code-plugin-external]: ./../../../../../pkg/plugin/external/types.go +[code-plugin-external]: https://github.com/kubernetes-sigs/kubebuilder/blob/book-v4/pkg/plugin/external/types.go