diff --git a/packages/docs/src/content/docs/guides/writing-plugins.mdx b/packages/docs/src/content/docs/guides/writing-plugins.mdx index 69265187..1af38938 100644 --- a/packages/docs/src/content/docs/guides/writing-plugins.mdx +++ b/packages/docs/src/content/docs/guides/writing-plugins.mdx @@ -8,7 +8,7 @@ There are two types of plugins you can write for Jimp: 1. Image format plugins 2. Image manipulation plugins -You can combine plugins to create a [Custom Jimp](/guides/custom-jimp). +You can combine plugins to create a [Custom Jimp](/jimp/guides/custom-jimp). ## Image format plugins