diff --git a/spring-cloud-build.html b/spring-cloud-build.html
index 869267dc..0857ce1c 100644
--- a/spring-cloud-build.html
+++ b/spring-cloud-build.html
@@ -206,7 +206,7 @@ you can import formatter settings using the
eclipse-code-formatter.xml file from the
Spring
Cloud Build project. If using IntelliJ, you can use the
-Eclipse Code Formatter
+Eclipse Code Formatter
Plugin to import the same file.
When writing a commit message please follow these conventions, +
When writing a commit message please follow these conventions,
if you are fixing an existing issue please add Fixes gh-XXXX at the end of the commit
message (where XXXX is the issue number).
<?xml version="1.0"?> <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" - "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> + "https://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> <suppressions> <suppress files=".*ConfigServerApplication\.java" checks="HideUtilityClassConstructor"/> <suppress files=".*ConfigClientWatch\.java" checks="LineLengthCheck"/>