From c3843a0564b80ddc273c82f000a622121cd5b8cb Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 24 Jul 2014 18:38:46 -0400 Subject: [PATCH] closes #1892 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 5a65b3c9a8..26fe077f87 100644 --- a/app.js +++ b/app.js @@ -337,7 +337,7 @@ function displayHelp() { winston.info('Options:'); winston.info(' --help displays this usage information'); winston.info(' --setup configure your environment and setup NodeBB'); - winston.info(' --upgrade upgrade NodeBB, first read: github.com/NodeBB/NodeBB/wiki/Upgrading-NodeBB'); + winston.info(' --upgrade upgrade NodeBB, first read: https://docs.nodebb.org/en/latest/upgrading/'); winston.info(' --reset soft resets NodeBB; disables all plugins and restores selected theme to Vanilla'); winston.info(' --start manually start NodeBB (default when no options are given)'); }