Fix the link to Spring Cloud Stream

This commit is contained in:
Artem Bilan
2016-10-05 19:35:34 -04:00
parent 9e874370e8
commit 59c0495c37

View File

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