Skip to content

Commit 7687bec

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-42953
2 parents 5318665 + 01b6f73 commit 7687bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ None of these is essential for a pull request, but they will all help. They can
4343
added after the original pull request but before a merge.
4444

4545
* We use the https://github.com/spring-io/spring-javaformat/[Spring JavaFormat] project to apply code formatting conventions.
46-
If you use Eclipse and you follow the '`Importing into eclipse`' instructions below you should get project specific formatting automatically.
46+
If you use Eclipse and you follow the https://github.com/spring-projects/spring-boot/wiki/Working-with-the-Code#importing-into-eclipse["Importing into eclipse"] instructions you should get project specific formatting automatically.
4747
You can also install the https://github.com/spring-io/spring-javaformat/#intellij-idea[Spring JavaFormat IntelliJ Plugin] or format the code from the Gradle build by running `./gradlew format`.
4848
Note that if you have format violations in `buildSrc`, you can fix them by running `./gradlew -p buildSrc format` from the project root directory.
4949
* The build includes Checkstyle rules for many of our code conventions. Run `./gradlew checkstyleMain checkstyleTest` if you want to check your changes are compliant.

0 commit comments

Comments
 (0)