Replace "refer to" with "see"
Update documentation to replace "refer to" with "see" and to drop "please" when it is present. See gh-28537
This commit is contained in:
@@ -24,7 +24,7 @@ We **highly** recommend that you not specify its version.
|
||||
|
||||
[[using.build-systems.maven]]
|
||||
=== Maven
|
||||
To learn about using Spring Boot with Maven, please refer to the documentation for Spring Boot's Maven plugin:
|
||||
To learn about using Spring Boot with Maven, see the documentation for Spring Boot's Maven plugin:
|
||||
|
||||
* Reference ({spring-boot-maven-plugin-docs}[HTML] and {spring-boot-maven-plugin-pdfdocs}[PDF])
|
||||
* {spring-boot-maven-plugin-api}[API]
|
||||
@@ -33,7 +33,7 @@ To learn about using Spring Boot with Maven, please refer to the documentation f
|
||||
|
||||
[[using.build-systems.gradle]]
|
||||
=== Gradle
|
||||
To learn about using Spring Boot with Gradle, please refer to the documentation for Spring Boot's Gradle plugin:
|
||||
To learn about using Spring Boot with Gradle, see the documentation for Spring Boot's Gradle plugin:
|
||||
|
||||
* Reference ({spring-boot-gradle-plugin-docs}[HTML] and {spring-boot-gradle-plugin-pdfdocs}[PDF])
|
||||
* {spring-boot-gradle-plugin-api}[API]
|
||||
|
||||
@@ -5,7 +5,7 @@ The sample applies to debugging Spring Boot applications.
|
||||
You do not need any special IDE plugins or extensions.
|
||||
|
||||
NOTE: This section only covers jar-based packaging.
|
||||
If you choose to package your application as a war file, you should refer to your server and IDE documentation.
|
||||
If you choose to package your application as a war file, see your server and IDE documentation.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user