From 373224b16e019b7b63d8f0b4c5d4adb7e5cb80dd Mon Sep 17 00:00:00 2001 From: Vitaliy Markitanov <9357021+vit100@users.noreply.github.com> Date: Mon, 24 Feb 2020 10:04:30 -0500 Subject: [PATCH] Update npm-publish.md Fixed wrong links in See also section PR-URL: https://github.com/npm/cli/pull/939 Credit: @ Close: #939 Reviewed-by: @Darcy Clarke --- docs/content/cli-commands/npm-publish.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/content/cli-commands/npm-publish.md b/docs/content/cli-commands/npm-publish.md index b9d0cf1449e76..44c36e0b7ac6c 100644 --- a/docs/content/cli-commands/npm-publish.md +++ b/docs/content/cli-commands/npm-publish.md @@ -73,9 +73,9 @@ included and packs them into a tarball to be uploaded to the registry. * [npm registry](/using-npm/registry) * [npm scope](/using-npm/scope) -* [npm adduser](/cli-commands/npm-adduser) -* [npm owner](/cli-commands/npm-owner) -* [npm deprecate](/cli-commands/npm-deprecate) -* [npm dist-tag](/cli-commands/npm-dist-tag) -* [npm pack](/cli-commands/npm-pack) -* [npm profile](/cli-commands/npm-profile) +* [npm adduser](/cli-commands/adduser) +* [npm owner](/cli-commands/owner) +* [npm deprecate](/cli-commands/deprecate) +* [npm dist-tag](/cli-commands/dist-tag) +* [npm pack](/cli-commands/pack) +* [npm profile](/cli-commands/profile)