From 55a2c48249d5a6504e62ffd9dbb3aaa0c66ecf51 Mon Sep 17 00:00:00 2001 From: Sabby Anandan Date: Tue, 29 Mar 2016 07:01:35 -0700 Subject: [PATCH] Update SCStS samples link Add RxJava sample link --- index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 0a4ae9a59..33de92786 100644 --- a/index.html +++ b/index.html @@ -82,10 +82,11 @@ Make sure Kafka is running when you run the application. You can use the `kafka ### Sample Projects -* [Source](https://github.com/spring-cloud/spring-cloud-stream/tree/master/spring-cloud-stream-samples/source) -* [Sink](https://github.com/spring-cloud/spring-cloud-stream/tree/master/spring-cloud-stream-samples/sink) -* [Transformer](https://github.com/spring-cloud/spring-cloud-stream/tree/master/spring-cloud-stream-samples/transformer) -* [Mashup](https://github.com/spring-cloud/spring-cloud-stream/tree/master/spring-cloud-stream-samples/extended) +* [Source](https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/source) +* [Sink](https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/sink) +* [Transformer](https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/transform) +* [Multi-binder](https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/multibinder) +* [RxJava Processor](https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/rxjava-processor) ### Related Projects