From ef1d5f8b398e6199012e8ce532adcd8cb015b466 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 9 Apr 2018 19:49:09 -0400 Subject: [PATCH] Interim index.html update --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 23088bdca..e45cc2af0 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,8 @@ provides the basis to create stream processing applications and is highly custom {% include download_widget.md %} As long as Spring Cloud Stream and a Spring Cloud Stream Binder dependencies are on the classpath any Spring Boot application with `@EnableBinding` binds to the external -messaging system (e.g. Rabbit MQ or Apache Kafka, depending on the binder-implementation of choice). +messaging system (e.g. [Rabbit MQ](https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit) or [Kafka](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka), +depending on the binder-implementation of choice). For more comprehansive step-by-step _getting started_ experience please refer to the [Quick Start](https://docs.spring.io/spring-cloud-stream/docs/Elmhurst.RELEASE/reference/htmlsingle/#_quick_start) section of the user guide, otherwise. . .