Skip to content

Commit 29a72c5

Browse files
authored
Merge pull request #1836 from uc4w6c/fix_contribuiting_doc
Fixed wrong link in CONTRIBUTING.adoc
2 parents 0b51a68 + 195f2c3 commit 29a72c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ something, or simply want to hack on the code this document should help you get
77

88

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

1313

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

115115
==== Importing into Eclipse
116116

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

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

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

0 commit comments

Comments
 (0)