diff --git a/src/reference/asciidoc/content-enrichment.adoc b/src/reference/asciidoc/content-enrichment.adoc index 914156eb28..caf4569064 100644 --- a/src/reference/asciidoc/content-enrichment.adoc +++ b/src/reference/asciidoc/content-enrichment.adoc @@ -380,9 +380,8 @@ Through the implicitly set `reply-channel` a `User` object is returned and using ---- -NOTE: The code samples shown here, are part of the _Spring - Integration Samples_ project. -Please feel free to check it out at:null +NOTE: The code samples shown here, are part of the _Spring Integration Samples_ project. +Please feel free to check it out in the <>. _How do I pass only a subset of data to the request channel?_ diff --git a/src/reference/asciidoc/router.adoc b/src/reference/asciidoc/router.adoc index 287da543c9..7b75106f30 100644 --- a/src/reference/asciidoc/router.adoc +++ b/src/reference/asciidoc/router.adoc @@ -1008,8 +1008,6 @@ As of Spring Integration 2.0 we offer an alternative where you can now use SpEL NOTE: For more information about the Spring Expression Language, please refer to the respective chapter in the Spring Framework Reference Documentation at: -null - Generally a SpEL expression is evaluated and the result is mapped to a channel: [source,xml]