Skip to content

Commit 1ff5145

Browse files
committed
* Fix links in docs
1 parent 573d4b7 commit 1ff5145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/reference/asciidoc/configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ public void handleReactive(String payload) {
501501
====
502502

503503
The `reactive()` attribute on the messaging annotations is mutually exclusive with the `poller()` attribute.
504-
See <<configuration-using-poller-annotation>> and <<../reactive-streams.adoc#reactive-streams, Reactive Streams Support>> for more information.
504+
See <<configuration-using-poller-annotation>> and <<./reactive-streams.adoc#reactive-streams, Reactive Streams Support>> for more information.
505505

506506
==== Using the `@InboundChannelAdapter` Annotation
507507

src/reference/asciidoc/dsl.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public IntegrationFlow reactiveEndpointFlow() {
285285
----
286286
====
287287

288-
See <<../reactive-streams.adoc#reactive-streams, Reactive Streams Support>> for more information.
288+
See <<./reactive-streams.adoc#reactive-streams, Reactive Streams Support>> for more information.
289289

290290
[[java-dsl-endpoints]]
291291
=== DSL and Endpoint Configuration

0 commit comments

Comments
 (0)