diff options
author | 2023-10-18 21:57:46 +0200 | |
---|---|---|
committer | 2023-10-18 12:57:46 -0700 | |
commit | e7cba822e4ff19461bddc22c3edb7074aa4e0c45 (patch) | |
tree | d9f95ea6332cb9b1c1daff358d26ba09869acb4c | |
parent | 0d34e7a1415bd8b8d7bc127536eafc96a987b264 (diff) | |
download | bun-e7cba822e4ff19461bddc22c3edb7074aa4e0c45.tar.gz bun-e7cba822e4ff19461bddc22c3edb7074aa4e0c45.tar.zst bun-e7cba822e4ff19461bddc22c3edb7074aa4e0c45.zip |
fix: online docs moved (#6579)
-rw-r--r-- | src/cli/package_manager_command.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/package_manager_command.zig b/src/cli/package_manager_command.zig index 00326bc97..d9b2b82e7 100644 --- a/src/cli/package_manager_command.zig +++ b/src/cli/package_manager_command.zig @@ -286,7 +286,7 @@ pub const PackageManagerCommand = struct { \\ bun pm <b>cache rm<r> clear the cache \\ bun pm <b>migrate<r> migrate another package manager's lockfile without installing anything \\ - \\Learn more about these at <magenta>https://bun.sh/docs/install/utilities<r> + \\Learn more about these at <magenta>https://bun.sh/docs/cli/pm<r> \\ , .{}); |