diff --git a/README.md b/README.md index 77267d28de..890c4e4530 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Features: * **Fast.** As fast as npm and Yarn. * **Efficient.** One version of a package is saved only ever once on a disk. -* **Great for multi-package repositories (a.k.a. monorepos).** See the [recursive](https://pnpm.js.org/en/pnpm-recursive) commands. +* **Great for multi-package repositories (a.k.a. monorepos).** See the [recursive](https://pnpm.js.org/en/cli/recursive) commands. * **Strict.** A package can access only dependencies that are specified in its `package.json`. * **Deterministic.** Has a lockfile called `pnpm-lock.yaml`. * **Works everywhere.** Works on Windows, Linux and OS X. diff --git a/packages/pnpm/README.md b/packages/pnpm/README.md index 7a91743e3c..9754bd1240 100644 --- a/packages/pnpm/README.md +++ b/packages/pnpm/README.md @@ -16,7 +16,7 @@ Features: * **Fast.** As fast as npm and Yarn. * **Efficient.** One version of a package is saved only ever once on a disk. -* **Great for multi-package repositories (a.k.a. monorepos).** See the [recursive](https://pnpm.js.org/en/pnpm-recursive) commands. +* **Great for multi-package repositories (a.k.a. monorepos).** See the [recursive](https://pnpm.js.org/en/cli/recursive) commands. * **Strict.** A package can access only dependencies that are specified in its `package.json`. * **Deterministic.** Has a lockfile called `pnpm-lock.yaml`. * **Works everywhere.** Works on Windows, Linux and OS X.