Replace "check out" with more formal language
Update documentation to use more formal language rather than "check out". See gh-28503
This commit is contained in:
@@ -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:* <<io#io.caching, Caching support EhCache, Hazelcast, Infinispan and more>>
|
||||
* *Quartz:* <<io#io.quartz, Quartz Scheduling>>
|
||||
@@ -8,4 +8,4 @@ If your application needs IO capabilities, check out this section:
|
||||
* *Validation:* <<io#io.validation, JSR-303 Validation>>
|
||||
* *REST Clients:* <<io#io.rest-client, Calling REST Services with RestTemplate and WebClient>>
|
||||
* *Webservices:* <<io#io.webservices, Auto-configuration for Spring Web Services>>
|
||||
* *JTA:* <<io#io.jta, Distributed Transactions with JTA>>
|
||||
* *JTA:* <<io#io.jta, Distributed Transactions with JTA>>
|
||||
|
||||
@@ -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:* <<messaging#messaging.jms, Auto-configuration for ActiveMQ and Artemis, Sending and Receiving messages through JMS>>
|
||||
* *AMQP:* <<messaging#messaging.amqp, Auto-configuration for RabbitMQ>>
|
||||
|
||||
Reference in New Issue
Block a user