GH-2673: Fix Doc Anchor Name

Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2763
This commit is contained in:
Gary Russell
2023-06-29 10:49:20 -04:00
committed by Soby Chacko
parent a2842e7edd
commit 38503aa34f

View File

@@ -338,8 +338,7 @@ where you are clearly correlating the input of `uppercase` function to `sample-t
For more on properties and other configuration options please see <<Configuration Options>> section.
[[spring-cloud-stream-overview-producing-consuming-messages]]
[[explicit-binding-creation]]
===== Explicit binding creation
In the previous section we explained how bindings are created implicitly driven by the names of `Function`, `Supplier` or `Consumer` beans provided by your application.