diff --git a/docs/src/main/asciidoc/overview.adoc b/docs/src/main/asciidoc/overview.adoc index 679128984..686bb3ae8 100644 --- a/docs/src/main/asciidoc/overview.adoc +++ b/docs/src/main/asciidoc/overview.adoc @@ -49,7 +49,7 @@ Also, 0.11.x.x does not support the `autoAddPartitions` property. This section contains the configuration options used by the Apache Kafka binder. -For common configuration options and properties pertaining to binder, see the <>. +For common configuration options and properties pertaining to the binder, see the https://cloud.spring.io/spring-cloud-static/spring-cloud-stream/current/reference/html/spring-cloud-stream.html#binding-properties[binding properties] in core documentation. ==== Kafka Binder Properties @@ -668,7 +668,7 @@ IMPORTANT: If you deploy multiple instances of your application, each instance n === Error Channels Starting with version 1.3, the binder unconditionally sends exceptions to an error channel for each consumer destination and can also be configured to send async producer send failures to an error channel. -See <> for more information. +See https://cloud.spring.io/spring-cloud-static/spring-cloud-stream/current/reference/html/spring-cloud-stream.html#spring-cloud-stream-overview-error-handling[this section on error handling] for more information. The payload of the `ErrorMessage` for a send failure is a `KafkaSendFailureException` with properties: