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. . .