Commit 4b707c19 authored by Luke Church's avatar Luke Church Committed by GitHub

Change for consideration: URL for plugin text (#10720)

parent 28fd54c1
......@@ -280,8 +280,8 @@ abstract class IntelliJValidator extends DoctorValidator {
if (_hasIssues(messages)) {
messages.add(new ValidationMessage(
'For information about managing plugins, see\n'
'https://www.jetbrains.com/help/idea/managing-plugins.html'
'For information about installing plugins, see\n'
'https://flutter.io/intellij-setup/#installing-the-plugins'
));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment