diff --git a/index.html b/index.html
index b8579a2ea7..e60ea9a1e9 100644
--- a/index.html
+++ b/index.html
@@ -53,7 +53,7 @@ Using the [Spring Framework](/spring-framework/) encourages developers to code u
In addition to wiring together fine-grained components, Spring Integration provides a wide selection of channel adapters and gateways to communicate with external systems. Channel Adapters are used for one-way integration (send or receive); gateways are used for request/reply scenarios (inbound or outbound). For a full list of adapters and gateways, refer to the reference documentation.
-The [Spring Cloud Stream](/spring-cloud-stream/) project builds on Spring Integration, where Spring Integration is used as an engine for message-driven microservices.
+The [Spring Cloud Stream](http://cloud.spring.io/spring-cloud-stream/) project builds on Spring Integration, where Spring Integration is used as an engine for message-driven microservices.
## Features