From 58ac92ec71892d746a26205fbf574e2409b49cd6 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Fri, 4 Dec 2020 18:09:29 -0500 Subject: [PATCH] Fix broken documentation links Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/986 --- docs/src/main/asciidoc/overview.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: