Skip to content

Commit d7fa609

Browse files
committed
Fix Broken Links in Reference
1 parent 8ce16b9 commit d7fa609

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/reference/asciidoc/changes-1.0-2.0.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This guide includes many samples.
1818
===== Conversion Service and Converter
1919

2020
You can now benefit from the conversion service support provided with Spring while configuring many Spring Integration components, such as a https://www.enterpriseintegrationpatterns.com/DatatypeChannel.html[Datatype channel].
21-
See <<channel-implementations>> and <<service-activator-introduction>>.
21+
See <<channel-implementations>> and <<service-activator>>.
2222
Also, the SpEL support mentioned in the previous point also relies upon the conversion service.
2323
Therefore, you can register converters once and take advantage of them anywhere you use SpEL expressions.
2424

src/reference/asciidoc/changes-2.2-3.0.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ For more information see, <<chain>>.
194194

195195
The `AbstractCorrelatingMessageHandler` provides a new property called `empty-group-min-timeout` to allow empty group expiry to run on a longer schedule than expiring partial groups.
196196
Empty groups are not removed from the `MessageStore` until they have not been modified for at least this number of milliseconds.
197-
For more information, see <<aggregator-config>>.
197+
For more information, see <<aggregator-xml>>.
198198

199199
[[x3.0-filelistfilter]]
200200
===== Persistent File List Filters (file, (S)FTP)

src/reference/asciidoc/changes-3.0-4.0.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ For more information, see <<retry-config>>.
214214

215215
We added the mutually exclusive `group-timeout` and `group-timeout-expression` attributes to `<int:aggregator>` and `<int:resequencer>`.
216216
These attributes allow forced completion of a partial `MessageGroup`, provided the `ReleaseStrategy` does not release a group and no further messages arrive within the time specified.
217-
For more information, see <<aggregator-config>>.
217+
For more information, see <<aggregator-xml>>.
218218

219219
[[x4.0-redis-metadata]]
220220
===== Redis Metadata Store

src/reference/asciidoc/changes-4.0-4.1.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ See <<async-gateway>>.
188188
===== Aggregator Advice Chain
189189

190190
`Aggregator` and `Resequencer` now support `<expire-advice-chain/>` and `<expire-transactional/>` child elements to advise the `forceComplete` operation.
191-
See <<aggregator-config>> for more information.
191+
See <<aggregator-xml>> for more information.
192192

193193
[[x4.1-script-outbound-channel-adapter]]
194194
===== Outbound Channel Adapter and Scripts

src/reference/asciidoc/ip.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ Defaults to `ByteArrayCrLfSerializer`
14671467
| `true`, `false`
14681468
| Whether or not connection uses NIO.
14691469
Refer to the `java.nio` package for more information.
1470-
See <<note_nio>>.
1470+
See <<note-nio>>.
14711471
Default: `false`.
14721472

14731473
| `using-direct-buffers`
@@ -1484,7 +1484,7 @@ Must be `false` if `using-nio` is `false`.
14841484
| `true`, `false`
14851485
| When you use NIO, it may be necessary to resequence messages.
14861486
When this attribute is set to `true`, `correlationId` and `sequenceNumber` headers are added to received messages.
1487-
See <<note_nio>>.
1487+
See <<note-nio>>.
14881488
Default: `false`.
14891489

14901490
| `so-timeout`

0 commit comments

Comments
 (0)