Skip to content

Commit d40e7f2

Browse files
📖 Fix: broken url in external-plugins.md (#4346)
1 parent 27061e0 commit d40e7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/plugins/extending/external-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ kubebuilder create api --plugins go/v4,sampleplugin/v1
148148
- A [sample external plugin written in Python](https://github.com/rashmigottipati/POC-Phase2-Plugins)
149149
- A [sample external plugin written in JavaScript](https://github.com/Eileen-Yu/kb-js-plugin)
150150

151-
[code-plugin-external]: ./../../../../../pkg/plugin/external/types.go
151+
[code-plugin-external]: https://github.com/kubernetes-sigs/kubebuilder/blob/book-v4/pkg/plugin/external/types.go

0 commit comments

Comments
 (0)