diff --git a/index.html b/index.html
index 7361ef7126..ab08ad1d9e 100644
--- a/index.html
+++ b/index.html
@@ -324,10 +324,12 @@ assertThat(response).isEqualTo("{\"fraudCheckStatus\":\"FRAUD\",\"rejectionReaso
### Sample Projects
-* [Spring Cloud Contract Verifier Http Server](https://github.com/spring-cloud/spring-cloud-contract/tree/master/samples/standalone/http-server) example of the Spring Cloud Contract Verifier usage for HTTP on the server side
-* [Spring Cloud Contract Verifier Http Client](https://github.com/spring-cloud/spring-cloud-contract/tree/master/samples/standalone/http-client) example of the Spring Cloud Contract Verifier usage for HTTP on the client side
-* [Spring Cloud Contract Verifier Stream Source](https://github.com/spring-cloud/spring-cloud-contract/tree/master/samples/standalone/stream-source) example of the Spring Cloud Contract Verifier usage for Messaging on the producer side
-* [Spring Cloud Contract Verifier Stream Sink](https://github.com/spring-cloud/spring-cloud-contract/tree/master/samples/standalone/stream-sink) contains example of the Spring Cloud Contract Verifier usage for Messaging on the consumer side
+* [Producer with HTTP and Messaging contracts](https://github.com/spring-cloud-samples/spring-cloud-contract-samples/tree/master/producer)
+* [Consumer of HTTP requests and messages](https://github.com/spring-cloud-samples/spring-cloud-contract-samples/tree/master/consumer)
+* [Repo with contracts](https://github.com/spring-cloud-samples/spring-cloud-contract-samples/tree/master/beer_contracts)
+* [Producer using repo with contracts](https://github.com/spring-cloud-samples/spring-cloud-contract-samples/tree/master/producer_with_external_contracts)
+* [Producer using RestDocs and contracts](https://github.com/spring-cloud-samples/spring-cloud-contract-samples/tree/master/producer_with_restdocs)
+* [Consumer of RestDocs based stubs](https://github.com/spring-cloud-samples/spring-cloud-contract-samples/tree/master/consumer_with_restdocs)
{% endcapture %}