From ae8fc25b581e1beaf80c5c800b0d172455e02131 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sun, 21 May 2023 00:57:44 -0700 Subject: [PATCH] Update extending.md --- docs/test/extending.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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