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