Skip to content

Commit 96f17da

Browse files
committed
Merge pull request #12365 from jacobis:fix-reference-guide
* pr/12365: Remove a redundant trailing slash in doc
2 parents 24402aa + 762793b commit 96f17da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ scope.
189189
[[getting-started-gradle-installation]]
190190
==== Gradle Installation
191191
Spring Boot is compatible with Gradle 4. If you do not already have Gradle installed, you
192-
can follow the instructions at https://gradle.org/.
192+
can follow the instructions at https://gradle.org.
193193

194194
Spring Boot dependencies can be declared by using the `org.springframework.boot` `group`.
195195
Typically, your project declares dependencies to one or more

0 commit comments

Comments
 (0)