diff --git a/.changeset/mean-buckets-care.md b/.changeset/mean-buckets-care.md new file mode 100644 index 0000000000..b54d344a3b --- /dev/null +++ b/.changeset/mean-buckets-care.md @@ -0,0 +1,5 @@ +--- +"@pnpm/cli-utils": patch +--- + +Fix URL to CLI docs. diff --git a/packages/cli-utils/src/index.ts b/packages/cli-utils/src/index.ts index 0b16d561db..23ce2a3b2f 100644 --- a/packages/cli-utils/src/index.ts +++ b/packages/cli-utils/src/index.ts @@ -8,4 +8,4 @@ export * from './readProjectManifest' export * from './recursiveSummary' export * from './style' -export const docsUrl = (cmd: string) => `https://pnpm.js.org/en/cli/${cmd}` +export const docsUrl = (cmd: string) => `https://pnpm.js.org/cli/${cmd}`