Skip to content

Commit fa78065

Browse files
committed
Replace deprecated HTTP URL references with HTTPS
1 parent 7eaf519 commit fa78065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ then this style will be used automatically.
3131

3232
Moreover, (since this project is about static code analysis :wink:) a configuration for the following static code
3333
analysis tools is defined in the POM (and the `etc` and `.idea` folders of the `codingstyle` module):
34-
- [Checkstyle](http://checkstyle.sourceforge.net/)
34+
- [Checkstyle](https://checkstyle.sourceforge.net/)
3535
- [PMD](https://pmd.github.io/)
3636
- [SpotBugs](https://spotbugs.github.io)
37-
- [Error Prone](http://errorprone.info)
37+
- [Error Prone](https://errorprone.info)
3838
- [IntelliJ](https://www.jetbrains.com/help/idea/code-inspection.html)
3939

4040
This configuration will be picked up automatically if you build the project using Maven. If you install the CheckStyle

0 commit comments

Comments
 (0)