diff --git a/docs/test/extending.md b/docs/test/extending.md index 4f7b0256e4..d2a87c8931 100644 --- a/docs/test/extending.md +++ b/docs/test/extending.md @@ -77,7 +77,7 @@ preload = ["./preloaded.ts"] Plugin support is not implemented yet. **There is a bug and this feature is not working**. {% /note %} -`bun:test` supports the same plugin API as bun's runtime and bun's bundler. See [Plugins](docs/bundler/plugins#usage) for more information. +`bun:test` supports the same plugin API as bun's runtime and bun's bundler. See [Plugins](/docs/bundler/plugins#usage) for more information. ## Example loader