From 16b10fe8ba3c78939d5ada4a25caf2f0c9e6a058 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Wed, 29 Jul 2020 17:26:31 -0700 Subject: [PATCH] Fix: Update the chatroom link to go directly to help channel (#13536) --- messages/extend-config-missing.txt | 2 +- messages/no-config-found.txt | 2 +- messages/plugin-conflict.txt | 2 +- messages/plugin-missing.txt | 2 +- messages/whitespace-found.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/extend-config-missing.txt b/messages/extend-config-missing.txt index f7c5f71ebe3..4defd7ac4d1 100644 --- a/messages/extend-config-missing.txt +++ b/messages/extend-config-missing.txt @@ -2,4 +2,4 @@ ESLint couldn't find the config "<%- configName %>" to extend from. Please check The config "<%- configName %>" was referenced from the config file in "<%- importerName %>". -If you still have problems, please stop by https://eslint.org/chat to chat with the team. +If you still have problems, please stop by https://eslint.org/chat/help to chat with the team. diff --git a/messages/no-config-found.txt b/messages/no-config-found.txt index f1f7beb63b1..b46a7e5a7a6 100644 --- a/messages/no-config-found.txt +++ b/messages/no-config-found.txt @@ -4,4 +4,4 @@ ESLint couldn't find a configuration file. To set up a configuration file for th ESLint looked for configuration files in <%= directoryPath %> and its ancestors. If it found none, it then looked in your home directory. -If you think you already have a configuration file or if you need more help, please stop by the ESLint chat room: https://eslint.org/chat +If you think you already have a configuration file or if you need more help, please stop by the ESLint chat room: https://eslint.org/chat/help diff --git a/messages/plugin-conflict.txt b/messages/plugin-conflict.txt index f8b60631c58..3ab4b340ef2 100644 --- a/messages/plugin-conflict.txt +++ b/messages/plugin-conflict.txt @@ -4,4 +4,4 @@ ESLint couldn't determine the plugin "<%- pluginId %>" uniquely. Please remove the "plugins" setting from either config or remove either plugin installation. -If you still can't figure out the problem, please stop by https://eslint.org/chat to chat with the team. +If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team. diff --git a/messages/plugin-missing.txt b/messages/plugin-missing.txt index 3d376733085..aa25f59ac44 100644 --- a/messages/plugin-missing.txt +++ b/messages/plugin-missing.txt @@ -8,4 +8,4 @@ It's likely that the plugin isn't installed correctly. Try reinstalling by runni The plugin "<%- pluginName %>" was referenced from the config file in "<%- importerName %>". -If you still can't figure out the problem, please stop by https://eslint.org/chat to chat with the team. +If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team. diff --git a/messages/whitespace-found.txt b/messages/whitespace-found.txt index 7d72149a8fd..3eed1af5866 100644 --- a/messages/whitespace-found.txt +++ b/messages/whitespace-found.txt @@ -1,3 +1,3 @@ ESLint couldn't find the plugin "<%- pluginName %>". because there is whitespace in the name. Please check your configuration and remove all whitespace from the plugin name. -If you still can't figure out the problem, please stop by https://eslint.org/chat to chat with the team. +If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.