diff options
Diffstat (limited to 'docs/runtime/index.md')
-rw-r--r-- | docs/runtime/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/index.md b/docs/runtime/index.md index b835ba464..b97deb122 100644 --- a/docs/runtime/index.md +++ b/docs/runtime/index.md @@ -303,4 +303,4 @@ Bun exposes a set of Bun-specific APIs on the `Bun` global object and through a ## Plugins -Support for additional file types can be implemented with plugins. Refer to [Runtime > Plugins](/docs/runtime/plugins) for full documentation. +Support for additional file types can be implemented with plugins. Refer to [Runtime > Plugins](/docs/bundler/plugins) for full documentation. |