aboutsummaryrefslogtreecommitdiff
path: root/docs/test
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-21 00:57:44 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-21 00:57:44 -0700
commitae8fc25b581e1beaf80c5c800b0d172455e02131 (patch)
tree22e9820a67871fa5250b7e4e9239c8abcd18cc4f /docs/test
parentef9555b9e1713babf257ee32ac7c502d1e04b935 (diff)
downloadbun-ae8fc25b581e1beaf80c5c800b0d172455e02131.tar.gz
bun-ae8fc25b581e1beaf80c5c800b0d172455e02131.tar.zst
bun-ae8fc25b581e1beaf80c5c800b0d172455e02131.zip
Update extending.md
Diffstat (limited to 'docs/test')
-rw-r--r--docs/test/extending.md2
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