mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 03:21:55 -04:00
The completion command's help text was showing a URL that redirects to a 404 page (https://pnpm.io/10.x/cli/completion\). This changes it to the correct URL (https://pnpm.io/completion\) where the documentation actually exists. close #10281