Skip to content

Commit 1efc632

Browse files
committed
Polish
1 parent 23d8e3b commit 1efc632

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CODE_OF_CONDUCT.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ appropriate to the circumstances. Maintainers are obligated to maintain confiden
4040
with regard to the reporter of an incident.
4141

4242
This Code of Conduct is adapted from the
43-
http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
44-
http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]
43+
https://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
44+
https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]

CONTRIBUTING.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Active contributors might be asked to join the core team, and given the ability
1616
== Working with the code
1717
If you don't have an IDE preference we would recommend that you use
1818
https://spring.io/tools/sts[Spring Tools Suite] or
19-
http://eclipse.org[Eclipse] when working with the code. We use the
20-
http://eclipse.org/m2e/[M2Eclipse] eclipse plugin for maven support. Other IDEs and tools
19+
https://eclipse.org[Eclipse] when working with the code. We use the
20+
https://eclipse.org/m2e/[M2Eclipse] eclipse plugin for maven support. Other IDEs and tools
2121
should also work without issue.
2222

2323
=== Building from source
@@ -34,7 +34,7 @@ The project can be built from the root directory using the standard maven comman
3434
NOTE: You may need to increase the amount of memory available to Maven by setting a `MAVEN_OPTS` environment variable with the value `-Xmx512m`
3535

3636
=== Importing into eclipse
37-
You can import the code into any Eclipse based distribution as long as it had the http://eclipse.org/m2e/[M2Eclipse] eclipse plugin.
37+
You can import the code into any Eclipse based distribution as long as it had the https://eclipse.org/m2e/[M2Eclipse] eclipse plugin.
3838
If you don't already have m2eclipse installed it is available from the "Eclipse marketplace".
3939

4040
NOTE: You'll need to close the `spring-javaformat-formatter-eclipse` and `spring-javaformat-formatter-eclipse-runtime` projects following import since they contain rewritten packages that aren't supported by the IDE

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ A Spring Java Format icon (image:spring-javaformat-intellij/spring-javaformat-in
189189
You can use the standard `code` -> `reformat code` action to format the code.
190190

191191
To install the plugin use the `spring-javaformat-intellij-plugin` jar file.
192-
You can download the latest version from http://repo.spring.io/release/io/spring/javaformat/spring-javaformat-intellij-plugin/{release-version}[repo.spring.io].
192+
You can download the latest version from https://repo.spring.io/release/io/spring/javaformat/spring-javaformat-intellij-plugin/{release-version}[repo.spring.io].
193193

194194
### About the conventions
195195
Most of the coding conventions and style comes from the Spring Framework and Spring Boot projects.

0 commit comments

Comments
 (0)