Commit 67462b43 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Update IntelliJ plugins link (#8068)

Replace version-specific link with a version-independent URL.
parent 198d2938
...@@ -274,7 +274,7 @@ abstract class IntelliJValidator extends DoctorValidator { ...@@ -274,7 +274,7 @@ abstract class IntelliJValidator extends DoctorValidator {
if (installCount < 2) { if (installCount < 2) {
messages.add(new ValidationMessage( messages.add(new ValidationMessage(
'For information about managing plugins, see\n' 'For information about managing plugins, see\n'
'https://www.jetbrains.com/help/idea/2016.2/managing-plugins.html' 'https://www.jetbrains.com/help/idea/managing-plugins.html'
)); ));
} }
......
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