diff options
Diffstat (limited to 'docs/test')
-rw-r--r-- | docs/test/extending.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/test/extending.md b/docs/test/extending.md index 4f7b0256e..d2a87c893 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 |