From bab953280fc40e69f30de5e378e35718130269a7 Mon Sep 17 00:00:00 2001 From: Kevin Rouchut Date: Sun, 26 Mar 2023 03:13:16 +0200 Subject: [PATCH] docs: remove npm bin link --- docs/lib/content/commands/npm-prefix.md | 1 - docs/lib/content/commands/npm-root.md | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/lib/content/commands/npm-prefix.md b/docs/lib/content/commands/npm-prefix.md index 6268e253552bf..913e7eea3a7e8 100644 --- a/docs/lib/content/commands/npm-prefix.md +++ b/docs/lib/content/commands/npm-prefix.md @@ -36,7 +36,6 @@ npm prefix -g ### See Also * [npm root](/commands/npm-root) -* [npm bin](/commands/npm-bin) * [npm folders](/configuring-npm/folders) * [npm config](/commands/npm-config) * [npmrc](/configuring-npm/npmrc) diff --git a/docs/lib/content/commands/npm-root.md b/docs/lib/content/commands/npm-root.md index 6bf6c3ee811ac..60b77bb5a839c 100644 --- a/docs/lib/content/commands/npm-root.md +++ b/docs/lib/content/commands/npm-root.md @@ -28,7 +28,6 @@ echo "Global packages installed in: ${global_node_modules}" ### See Also * [npm prefix](/commands/npm-prefix) -* [npm bin](/commands/npm-bin) * [npm folders](/configuring-npm/folders) * [npm config](/commands/npm-config) * [npmrc](/configuring-npm/npmrc)