From 59c0495c379d87bc0c35b28f6b01a480da0ceba1 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 5 Oct 2016 19:35:34 -0400 Subject: [PATCH] Fix the link to Spring Cloud Stream --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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