From 762793b81261affb780c086b5f345373dde6f1e2 Mon Sep 17 00:00:00 2001 From: "seongwoon.lee" Date: Wed, 7 Mar 2018 00:49:54 +0900 Subject: [PATCH] Remove a redundant trailing slash in doc Closes gh-12365 --- .../spring-boot-docs/src/main/asciidoc/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc index b7d49895f9..7214f87ecc 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc @@ -189,7 +189,7 @@ scope. [[getting-started-gradle-installation]] ==== Gradle Installation Spring Boot is compatible with Gradle 4. If you do not already have Gradle installed, you -can follow the instructions at https://gradle.org/. +can follow the instructions at https://gradle.org. Spring Boot dependencies can be declared by using the `org.springframework.boot` `group`. Typically, your project declares dependencies to one or more