fix: URL to CLI docs

This commit is contained in:
Zoltan Kochan
2021-03-06 21:36:17 +02:00
parent ef1588413e
commit 3be2b17735
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/cli-utils": patch
---
Fix URL to CLI docs.

View File

@@ -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}`