Fix dead links (#5856)

* Fix dead links

* ok
This commit is contained in:
aStonedPenguin
2017-08-11 19:43:41 -08:00
committed by Barış Soner Uşaklı
parent c21f64c27f
commit acfda106f1
2 changed files with 2 additions and 2 deletions

2
nodebb
View File

@@ -40,7 +40,7 @@ try {
process.stdout.write(
'\x1b[31mNodeBB could not be initialised because there was an error while loading dependencies.\n' +
'Please run "\x1b[33mnpm install --production\x1b[31m" and try again.\x1b[0m\n\n' +
'For more information, please see: https://docs.nodebb.org/en/latest/installing/os.html\n\n'
'For more information, please see: https://docs.nodebb.org/installing/os/\n\n'
);
throw e;