missed another link

This commit is contained in:
Wyatt Johnson
2018-03-09 17:12:03 -07:00
parent a32a205069
commit cacab7aa23
+1 -1
View File
@@ -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