diff --git a/src/content/docs/v4/reference/plugins.mdx b/src/content/docs/v4/reference/plugins.mdx index b4e91eaf9..7d6c60b48 100644 --- a/src/content/docs/v4/reference/plugins.mdx +++ b/src/content/docs/v4/reference/plugins.mdx @@ -8,7 +8,7 @@ sidebar: :::tip **TLDR:** Plugins are reusable pieces of code and are installable via `sern plugins`. They can modify the module's fields and also perform preconditions. -Put them into the `plugins` field of a [module](../modules). +Put them into the `plugins` field of a [module](/v4/reference/modules). ::: ## Installation