From acdc960f9806ef61fadc763c6e61d964d470aa26 Mon Sep 17 00:00:00 2001 From: Grzegorz Nosek Date: Tue, 8 Oct 2024 06:53:02 +0200 Subject: [PATCH] update(docs): link directly to base::Plugin There's not much in the `base` docs anyway Signed-off-by: Grzegorz Nosek --- falco_plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falco_plugin/README.md b/falco_plugin/README.md index 53e97f4b..a1bf1118 100644 --- a/falco_plugin/README.md +++ b/falco_plugin/README.md @@ -4,7 +4,7 @@ This crate provides a framework for writing [Falco](https://github.com/falcosecu plugins. There are several types of plugins available. Learn more about Falco plugins and plugin types in the [Falco plugin documentation](https://falco.org/docs/plugins/). -All plugins must implement the base plugin trait (see [`base`]) and at least one of the plugin +All plugins must implement the base plugin trait (see [`base::Plugin`]) and at least one of the plugin capabilities. ## Linking