From 386639a4c5049862b7ceb1522ea1512ac8f9a43f Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 5 May 2023 12:53:38 -0700 Subject: Start esbuild migration guide. More docs. (#2787) * Bundler docs updates. Start esbuild migration guide. * Updates * Add JS API comp * Tweaks * Updates * Updates * Updates --- docs/runtime/index.md | 2 +- docs/runtime/loaders.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/runtime') 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. diff --git a/docs/runtime/loaders.md b/docs/runtime/loaders.md index b73350e56..a483efbec 100644 --- a/docs/runtime/loaders.md +++ b/docs/runtime/loaders.md @@ -82,7 +82,7 @@ $ bun run ./my-wasm-app.whatever ## Custom loaders -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.