From acfda106f179cb5c44a31ade74fcac83154b1fc0 Mon Sep 17 00:00:00 2001 From: aStonedPenguin Date: Fri, 11 Aug 2017 19:43:41 -0800 Subject: [PATCH] Fix dead links (#5856) * Fix dead links * ok --- .github/CONTRIBUTING.md | 2 +- nodebb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a26d415c49..11911cd409 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -15,7 +15,7 @@ If you are writing contributions as part of employment from another company / in # 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? diff --git a/nodebb b/nodebb index b40409cddb..c0edb6e39c 100755 --- a/nodebb +++ b/nodebb @@ -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;