From d7f9346f67fe599766a2b656b548a8a045dfb698 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 10 Sep 2024 15:22:08 -0700 Subject: [PATCH] Fix broken link --- docs/cli/patch-commit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/patch-commit.md b/docs/cli/patch-commit.md index fdc982b9d6..d7262c7f7b 100644 --- a/docs/cli/patch-commit.md +++ b/docs/cli/patch-commit.md @@ -1,6 +1,6 @@ An alias for `bun patch --commit` to maintain compatibility with pnpm. -You must prepare the package for patching with [`bun patch `](https://bun.sh/docs/cli/patch) first. +To get started with patch, first prepare the package for patching with [`bun patch `](https://bun.sh/docs/install/patch). ### `--patches-dir`