diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/build-tool-plugins/whats-next.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/build-tool-plugins/whats-next.adoc index ed22fc2e9c59..d9b4a1068463 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/build-tool-plugins/whats-next.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/build-tool-plugins/whats-next.adoc @@ -3,4 +3,4 @@ If you are interested in how the build tool plugins work, you can look at the {spring-boot-code}/spring-boot-project/spring-boot-tools[`spring-boot-tools`] module on GitHub. More technical details of the executable jar format are covered in <>. -If you have specific build-related questions, you can check out the "`<>`" guides. +If you have specific build-related questions, see the "`<>`" guides. diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/whats-next.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/whats-next.adoc index f755bb566491..ce0bf651c98e 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/whats-next.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/whats-next.adoc @@ -1,6 +1,6 @@ [[deployment.whats-next]] == What to Read Next -Check out the https://www.cloudfoundry.org/[Cloud Foundry], https://www.heroku.com/[Heroku], https://www.openshift.com[OpenShift], and https://boxfuse.com[Boxfuse] web sites for more information about the kinds of features that a PaaS can offer. +See the https://www.cloudfoundry.org/[Cloud Foundry], https://www.heroku.com/[Heroku], https://www.openshift.com[OpenShift], and https://boxfuse.com[Boxfuse] web sites for more information about the kinds of features that a PaaS can offer. These are just four of the most popular Java PaaS providers. Since Spring Boot is so amenable to cloud-based deployment, you can freely consider other providers as well. diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/io.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/io.adoc index f02f5350b824..4d8a4494fa5e 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/io.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/io.adoc @@ -1,6 +1,6 @@ [[documentation.io]] == IO -If your application needs IO capabilities, check out this section: +If your application needs IO capabilities, see one or more of the following sections: * *Caching:* <> * *Quartz:* <> @@ -8,4 +8,4 @@ If your application needs IO capabilities, check out this section: * *Validation:* <> * *REST Clients:* <> * *Webservices:* <> -* *JTA:* <> \ No newline at end of file +* *JTA:* <> diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/messaging.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/messaging.adoc index 6eb96a67b942..51412fde0c9b 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/messaging.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/messaging.adoc @@ -1,6 +1,6 @@ [[documentation.messaging]] == Messaging -If your application uses any messaging protocol, check out this section: +If your application uses any messaging protocol, see one or more of the following sections: * *JMS:* <> * *AMQP:* <> diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/whats-next.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/whats-next.adoc index f08953adde70..8affb1c76a24 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/whats-next.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/whats-next.adoc @@ -1,6 +1,6 @@ [[features.whats-next]] == What to Read Next -If you want to learn more about any of the classes discussed in this section, you can check out the {spring-boot-api}/[Spring Boot API documentation] or you can browse the {spring-boot-code}[source code directly]. -If you have specific questions, take a look at the <> section. +If you want to learn more about any of the classes discussed in this section, see the {spring-boot-api}/[Spring Boot API documentation] or you can browse the {spring-boot-code}[source code directly]. +If you have specific questions, see the <> section. If you are comfortable with Spring Boot's core features, you can continue on and read about <>. diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/whats-next.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/whats-next.adoc index 556f98c613c6..63dae39f0c67 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/whats-next.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/whats-next.adoc @@ -1,7 +1,7 @@ [[getting-started.whats-next]] == What to Read Next Hopefully, this section provided some of the Spring Boot basics and got you on your way to writing your own applications. -If you are a task-oriented type of developer, you might want to jump over to https://spring.io and check out some of the https://spring.io/guides/[getting started] guides that solve specific "`How do I do that with Spring?`" problems. +If you are a task-oriented type of developer, you might want to jump over to https://spring.io and follow some of the https://spring.io/guides/[getting started] guides that solve specific "`How do I do that with Spring?`" problems. We also have Spring Boot-specific "`<>`" reference documentation. Otherwise, the next logical step is to read _<>_. diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc index 76523555c917..ed1b2b90ceec 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc @@ -7,7 +7,7 @@ include::attributes.adoc[] This section provides answers to some common '`how do I do that...`' questions that often arise when using Spring Boot. Its coverage is not exhaustive, but it does cover quite a lot. -If you have a specific problem that we do not cover here, you might want to check out https://stackoverflow.com/tags/spring-boot[stackoverflow.com] to see if someone has already provided an answer. +If you have a specific problem that we do not cover here, you might want to check https://stackoverflow.com/tags/spring-boot[stackoverflow.com] to see if someone has already provided an answer. This is also a great place to ask new questions (please use the `spring-boot` tag). We are also more than happy to extend this section. diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/rsocket.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/rsocket.adoc index 9dfd91a5ef8a..1fb71f22be67 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/rsocket.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/rsocket.adoc @@ -18,7 +18,7 @@ By default, the auto-configuration will try to configure the following (in order . JSON codecs with Jackson The `spring-boot-starter-rsocket` starter provides both dependencies. -Check out the <> to know more about customization possibilities. +See the <> to know more about customization possibilities. Developers can customize the `RSocketStrategies` component by creating beans that implement the `RSocketStrategiesCustomizer` interface. Note that their `@Order` is important, as it determines the order of codecs. diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/servlet.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/servlet.adoc index f58c911312de..8582d99c7f8b 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/servlet.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/servlet.adoc @@ -280,7 +280,7 @@ Spring Boot now provides a configuration property to choose and opt in the new s matching-strategy: "path-pattern-parser" ---- -For more details on why you should consider this new implementation, please check out the +For more details on why you should consider this new implementation, see the https://spring.io/blog/2020/06/30/url-matching-with-pathpattern-in-spring-mvc[dedicated blog post]. NOTE: `PathPatternParser` is an optimized implementation but restricts usage of @@ -666,5 +666,3 @@ JSPs are not supported when using an executable jar. * Creating a custom `error.jsp` page does not override the default view for <>. <> should be used instead. - -