Skip to content

Commit aecaeea

Browse files
committed
Fix links to IDE plugins
Closes gh-279
1 parent 1a94ea4 commit aecaeea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.adoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -205,19 +205,18 @@ You can also add a `.eclipse/eclipse.properties` file to customize the following
205205

206206
To install the plugin use the `io.spring.javaformat.eclipse.site` zip file.
207207
You can download the latest version from
208-
https://repo.spring.io/release/io/spring/javaformat/io.spring.javaformat.eclipse.site/{release-version}[repo.spring.io]
208+
https://repo1.maven.org/maven2/io/spring/javaformat/io.spring.javaformat.eclipse.site/{release-version}[Maven Central]
209209
or use the https://repo.spring.io/javaformat-eclipse-update-site/[update site].
210210

211211

212-
213212
=== IntelliJ IDEA
214213
The IntelliJ IDEA plugin provides custom formatter support for IntelliJ IDEA.
215214
The plugin is automatically activated whenever the Maven or Gradle plugins are discovered in a project build script.
216215
A Spring Java Format icon (image:spring-javaformat-intellij-idea/spring-javaformat-intellij-idea-plugin/src/main/resources/spring-javaformat/formatOn.png[title="Icon"]) will also be displayed in the status bar to indicate the formatter is active.
217216
You can use the standard `code` -> `reformat code` action to format the code.
218217

219218
To install the plugin use the `spring-javaformat-intellij-idea-plugin` jar file.
220-
You can download the latest version from https://repo.spring.io/release/io/spring/javaformat/spring-javaformat-intellij-idea-plugin/{release-version}[repo.spring.io].
219+
You can download the latest version from https://repo1.maven.org/maven2/io/spring/javaformat/spring-javaformat-intellij-idea-plugin/{release-version}[Maven Central].
221220

222221

223222

0 commit comments

Comments
 (0)