From 5df401169b133c0b0e8cf66888161dc4af900d26 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Jan 2021 14:30:24 +0100 Subject: [PATCH] Fix reference to spring-javaformat-intellij-idea-plugin Closes gh-24864 --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 0e9d4f0e47e..bba3f686a49 100755 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -132,7 +132,7 @@ Once the checkout has completed, a pop-up will suggest to open the project. ==== Install the Spring Formatter plugin If you haven't done so, install the formatter plugin so that proper formatting rules are applied automatically when you reformat code in the IDE. -* Download the latest https://search.maven.org/search?q=g:io.spring.javaformat%20AND%20a:spring-javaformat-intellij-plugin[IntelliJ IDEA plugin]. +* Download the latest https://search.maven.org/search?q=g:io.spring.javaformat%20AND%20a:spring-javaformat-intellij-idea-plugin[IntelliJ IDEA plugin]. * Select "`IntelliJ IDEA`" -> "`Preferences`". * Select "`Plugins`". * Select the wheel and "`Install Plugin from Disk...`".