Fix dead links (#5856)

* Fix dead links

* ok
v1.18.x
aStonedPenguin 8 years ago committed by Barış Soner Uşaklı
parent c21f64c27f
commit acfda106f1

@ -15,7 +15,7 @@ If you are writing contributions as part of employment from another company / in
# Having problems installing NodeBB? # Having problems installing NodeBB?
Chances are somebody has run into this problem before. After consulting our [documentation](https://docs.nodebb.org/en/latest/installing/os.html), please head over to our [community support forum](https://community.nodebb.org) for advice. Chances are somebody has run into this problem before. After consulting our [documentation](https://docs.nodebb.org/installing/os/), please head over to our [community support forum](https://community.nodebb.org) for advice.
# Found a Security Vulnerability? # Found a Security Vulnerability?

@ -40,7 +40,7 @@ try {
process.stdout.write( process.stdout.write(
'\x1b[31mNodeBB could not be initialised because there was an error while loading dependencies.\n' + '\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' + '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; throw e;

Loading…
Cancel
Save