From 38503aa34f3efa5ad3a807a3b240cc33b6bf6fd7 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 29 Jun 2023 10:49:20 -0400 Subject: [PATCH] GH-2673: Fix Doc Anchor Name Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2763 --- docs/src/main/asciidoc/spring-cloud-stream.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index 0c42bdd4d..2b88f82b4 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -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 <> 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.