From cacab7aa23d0acc5de64e9a8a7b50dbee90f4279 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 9 Mar 2018 17:12:03 -0700 Subject: [PATCH] missed another link --- errors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.js b/errors.js index a19afe3c6..a4cd28e08 100644 --- a/errors.js +++ b/errors.js @@ -189,7 +189,7 @@ const ErrNotAuthorized = new APIError('not authorized', { // ErrSettingsNotInit is returned when the settings are required but not // initialized. const ErrSettingsNotInit = new Error( - 'Talk is currently not setup. Please proceed to our webinstaller at $ROOT_URL/admin/install or run ./bin/cli-setup. Visit https://coralproject.github.io/talk/ for more information on installation and configuration instructions' + 'Talk is currently not setup. Please proceed to our webinstaller at $ROOT_URL/admin/install or run ./bin/cli-setup. Visit https://docs.coralproject.net/talk/ for more information on installation and configuration instructions' ); // ErrSettingsInit is returned when the setup endpoint is hit and we are already