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'