mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
fix: URL to CLI docs
This commit is contained in:
5
.changeset/mean-buckets-care.md
Normal file
5
.changeset/mean-buckets-care.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/cli-utils": patch
|
||||
---
|
||||
|
||||
Fix URL to CLI docs.
|
||||
@@ -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}`
|
||||
|
||||
Reference in New Issue
Block a user