Skip to content

Fixed wrong link in CONTRIBUTING.adoc #1836

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ something, or simply want to hack on the code this document should help you get


== Code of Conduct
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.md[code of
conduct]. By participating, you are expected to uphold this code.


Expand Down Expand Up @@ -110,7 +110,7 @@ needs to be added.
* Select "`IntelliJ IDEA`" -> "`Preferences`".
* Select "`Editor`" -> "`Code Style`".
* Select the wheel and "`Import Scheme`" -> "`IntelliJ IDEA code style XML`".
* Select https://github.com/spring-projects/spring-boot/blob/master/idea/codeStyleConfig.xml[`idea/codeStyleConfig.xml`] from this repository.
* Select https://github.com/spring-projects/spring-boot/blob/main/idea/codeStyleConfig.xml[`idea/codeStyleConfig.xml`] from this repository.

==== Importing into Eclipse

Expand All @@ -119,7 +119,7 @@ You can use Spring Boot project specific source formatting settings.

===== Install the Spring Formatter plugin
* Select "`Help`" -> "`Install New Software`".
* Add `https://repo.spring.io/javaformat-eclipse-update-site/` as a site.
* Add `https://repo.spring.io/ui/native/javaformat-eclipse-update-site/` as a site.
* Install "Spring Java Format".

NOTE: The plugin is optional. Projects can be imported without the plugins, your code
Expand Down