From 96eafa462289a0e16b7628973fc48c4a6020fda6 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 16 Nov 2018 11:36:05 +0100 Subject: [PATCH] Fixed Binder Implementation links --- docs/src/main/asciidoc/spring-cloud-stream.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index 50b5b0199..1458d6c6a 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -2622,12 +2622,12 @@ When configuring your binder connections, you can use the values from an environ == Binder Implementations -The following is the list of available binder implementations +The following is the list of available binder implementations -* [RabbitMQ](https://cloud.spring.io/spring-cloud-stream-binder-rabbit/) -* [Apache Kafka](https://cloud.spring.io/spring-cloud-stream-binder-kafka/) -* [Amazon Kinesis](https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis) -* [Google PubSub _(partner maintained)_](https://github.com/spring-cloud/spring-cloud-gcp/tree/master/spring-cloud-gcp-pubsub-stream-binder) -* [Solace PubSub+ _(partner maintained)_](https://github.com/SolaceProducts/spring-cloud-stream-binder-solace) -* [Azure Event Hubs _(partner maintained)_](https://github.com/Microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-eventhub-stream-binder) +* https://cloud.spring.io/spring-cloud-stream-binder-rabbit/[RabbitMQ] +* https://cloud.spring.io/spring-cloud-stream-binder-kafka/[Apache Kafka] +* https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis[Amazon Kinesis] +* https://github.com/spring-cloud/spring-cloud-gcp/tree/master/spring-cloud-gcp-pubsub-stream-binder[Google PubSub _(partner maintained)_] +* https://github.com/SolaceProducts/spring-cloud-stream-binder-solace[Solace PubSub+ _(partner maintained)_] +* https://github.com/Microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-eventhub-stream-binder[Azure Event Hubs _(partner maintained)_]