Skip to content

Commit 5b30e6f

Browse files
committed
Merge branch '3.3.x'
Closes gh-42954
2 parents 23fe397 + 7687bec commit 5b30e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.adoc

Lines changed: 1 addition & 1 deletion
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)