From 36d1300e5eca9019991008346806732177a6d92b Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 13 Oct 2020 21:35:39 +0100 Subject: [PATCH] docs: update path to commands --- lib/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/help.js b/lib/help.js index 61f1f3f94cc66..d7d6087eba3c4 100644 --- a/lib/help.js +++ b/lib/help.js @@ -143,7 +143,7 @@ function htmlMan (man) { var f = path.basename(man).replace(/[.]([0-9]+)$/, '') switch (sect) { case 1: - sect = 'cli-commands' + sect = 'commands' break case 5: sect = 'configuring-npm'