Skip to content

Commit 45a337b

Browse files
committed
Improve links to Gradle plugin's documentation
Closes gh-9386
1 parent 35fd4ed commit 45a337b

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,14 @@ Advanced configuration options and examples are available in the
164164

165165
[[build-tool-plugins-gradle-plugin]]
166166
== Spring Boot Gradle plugin
167-
The {spring-boot-gradle-plugin}[Spring Boot Gradle Plugin] provides Spring Boot support
168-
in Gradle, allowing you to package executable jar or war archives, run Spring Boot
169-
applications and use the dependency management provided by `spring-boot-dependencies`.
170-
It requires Gradle 3.4 or later. Please refer to the {spring-boot-gradle-plugin}[plugin's
171-
documentation] to learn more.
167+
The Spring Boot Gradle Plugin provides Spring Boot support in Gradle, allowing you to
168+
package executable jar or war archives, run Spring Boot applications and use the
169+
dependency management provided by `spring-boot-dependencies`. It requires Gradle 3.4 or
170+
later. Please refer to the plugin's documentation to learn more:
171+
172+
* Reference ({spring-boot-gradle-plugin}/reference/html[HTML] and
173+
{spring-boot-gradle-plugin}/reference/pdf/spring-boot-gradle-plugin-reference.pdf[PDF])
174+
* {spring-boot-gradle-plugin}/api[API]
172175

173176

174177

spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The curated list contains all the spring modules that you can use with Spring Bo
4242
well as a refined list of third party libraries. The list is available as a standard
4343
<<using-boot-maven-without-a-parent,Bills of Materials (`spring-boot-dependencies`)>>
4444
that can be used with both <<using-boot-maven-parent-pom,Maven>> and
45-
{spring-boot-gradle-plugin}[Gradle].
45+
<<using-boot-gradle,Gradle>>.
4646

4747
WARNING: Each release of Spring Boot is associated with a base version of the Spring
4848
Framework so we **highly** recommend you to not specify its version on your own.
@@ -194,10 +194,12 @@ the parent.
194194

195195
[[using-boot-gradle]]
196196
=== Gradle
197-
To learn about using Spring Boot with Gradle, please refer to the
198-
{spring-boot-gradle-plugin}[documentation for Spring Boot's Gradle plugin].
199-
197+
To learn about using Spring Boot with Gradle, please refer to the documentation for
198+
Spring Boot's Gradle plugin:
200199

200+
* Reference ({spring-boot-gradle-plugin}/reference/html[HTML] and
201+
{spring-boot-gradle-plugin}/reference/pdf/spring-boot-gradle-plugin-reference.pdf[PDF])
202+
* {spring-boot-gradle-plugin}/api[API]
201203

202204
[[using-boot-ant]]
203205
=== Ant

0 commit comments

Comments
 (0)