From 4c3fbd711288b312d88f6f6847dbd2fd6edcf435 Mon Sep 17 00:00:00 2001 From: Andrew Mirsky Date: Sun, 1 Jun 2025 11:03:20 -0400 Subject: [PATCH] correct incorrect reference to BasePlugin --- docs/custom_plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom_plugins.md b/docs/custom_plugins.md index 9b7df0d..218270c 100644 --- a/docs/custom_plugins.md +++ b/docs/custom_plugins.md @@ -21,7 +21,7 @@ broker = Broker(plugin_namespace='mypackage.mymodule.plugins') Each plugin has access to the full configuration file through the provided `BaseContext` and can define its own variables to configure its behavior. -::: amqtt.plugins.manager.BasePlugin +::: amqtt.plugins.base.BasePlugin Plugins that are defined in the`project.entry-points` are loaded and notified of events by when the subclass implements one or more of these methods: