From d0a4fd5e807148a9a3b5eea74609ffbf47df78d1 Mon Sep 17 00:00:00 2001 From: Arnaud Thomas D Date: Sun, 21 Apr 2024 01:13:31 +0200 Subject: [PATCH] docs: fix invalid links to other pages (#10404) --- docs/bundler/loaders.md | 2 +- docs/cli/filter.md | 2 +- docs/cli/run.md | 2 +- docs/install/workspaces.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/bundler/loaders.md b/docs/bundler/loaders.md index f3e129b3bf6a2f..57073f19d73062 100644 --- a/docs/bundler/loaders.md +++ b/docs/bundler/loaders.md @@ -175,7 +175,7 @@ In the bundler, `.node` files are handled using the [`file`](#file) loader. **SQLite loader**. `with { "type": "sqlite" }` import attribute -In the runtime and bundler, SQLite databases can be directly imported. This will load the database using [`bun:sqlite`](/docs/api/sqlite.md). +In the runtime and bundler, SQLite databases can be directly imported. This will load the database using [`bun:sqlite`](/docs/api/sqlite). ```ts import db from "./my.db" with { type: "sqlite" }; diff --git a/docs/cli/filter.md b/docs/cli/filter.md index 4869c69a72e816..a94b5967b3de5f 100644 --- a/docs/cli/filter.md +++ b/docs/cli/filter.md @@ -39,7 +39,7 @@ Path patterns are specified by starting the pattern with `./`, and will select a ## Workspaces -Filters respect your [workspace configuration](/docs/install/workspaces.md): If you have a `package.json` file that specifies which packages are part of the workspace, +Filters respect your [workspace configuration](/docs/install/workspaces): If you have a `package.json` file that specifies which packages are part of the workspace, `--filter` will be restricted to only these packages. Also, in a workspace you can use `--filter` to run scripts in packages that are located anywhere in the workspace: ```bash diff --git a/docs/cli/run.md b/docs/cli/run.md index 2ea6295adfef8d..1ed11601272209 100644 --- a/docs/cli/run.md +++ b/docs/cli/run.md @@ -162,7 +162,7 @@ bun run --filter 'ba*'