From 70e3131f3f35626aecbb5e40edc41ad979e93934 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 27 Apr 2021 06:53:40 +0200 Subject: [PATCH] docs: fix private npm modules link --- docs/usage/private-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/private-modules.md b/docs/usage/private-modules.md index b132990ba4d5a8..349136c804797f 100644 --- a/docs/usage/private-modules.md +++ b/docs/usage/private-modules.md @@ -136,7 +136,7 @@ The command run is `git config --global url."https://${token}@github.com/".inste The best way to do this now is using `hostRules` and no longer via `.npmrc` files on disk or in config. `hostRules` credentials with `hostType=npm` are written to a `.npmrc` file in the same directory as the `package.json` being updated. -See [private npm modules](./private-npm-modules) for more details. +See [private npm modules](/private-npm-modules) for more details. ### nuget