diff --git a/docs/modules/ROOT/partials/building.adoc b/docs/modules/ROOT/partials/building.adoc index 36e69a07..23e533c5 100644 --- a/docs/modules/ROOT/partials/building.adoc +++ b/docs/modules/ROOT/partials/building.adoc @@ -26,7 +26,7 @@ build succeed, please raise a ticket to get the settings added to source control. The projects that require middleware (i.e. Redis) for testing generally -require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running. +require that a local instance of https://www.docker.com/get-started[Docker] is installed and running. [[documentation]] == Documentation diff --git a/docs/modules/ROOT/partials/contributing.adoc b/docs/modules/ROOT/partials/contributing.adoc index 031ce5bd..f47d4f46 100644 --- a/docs/modules/ROOT/partials/contributing.adoc +++ b/docs/modules/ROOT/partials/contributing.adoc @@ -109,7 +109,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju If you need to suppress some rules (e.g. line length needs to be longer), then it's enough for you to define a file under `${project.root}/src/checkstyle/checkstyle-suppressions.xml` with your suppressions. Example: -.projectRoot/src/checkstyle/checkstyle-suppresions.xml +.projectRoot/src/checkstyle/checkstyle-suppressions.xml ----