From ad847244daf541e58b75c228ec4bb5e2a2225ddd Mon Sep 17 00:00:00 2001 From: fiidim Date: Tue, 7 Sep 2021 14:29:16 -0400 Subject: [PATCH] GH-191: Fixed broken link in router-sink README Fixes https://github.com/spring-cloud/stream-applications/issues/191 --- applications/sink/router-sink/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/sink/router-sink/README.adoc b/applications/sink/router-sink/README.adoc index 4d052e30..8e0f0337 100644 --- a/applications/sink/router-sink/README.adoc +++ b/applications/sink/router-sink/README.adoc @@ -35,7 +35,7 @@ The expression evaluates against the message and returns either a channel name, For more information, please see the "Routers and the Spring Expression Language (SpEL)" subsection in the Spring Integration Reference manual -https://docs.spring.io/spring-integration/reference/html/messaging-routing-chapter.html#router-namespace[Configuring (Generic) Router section]. +https://docs.spring.io/spring-integration/reference/html/router.html#router-namespace[Configuring a Generic Router] section. NOTE: Starting with Spring Cloud Stream 2.0 onwards the message wire format for `json`, `text` and `xml` content types is `byte[]` not `String`! This is an altering change from SCSt 1.x that treats those types as Strings!