From c0bddece52157ccddbda596974a8f3cbae666dbb Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Fri, 30 Aug 2019 22:31:51 +0300 Subject: [PATCH] docs(README): fix links to the "recursive" docs --- README.md | 2 +- packages/pnpm/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.