From fdf12748e353b3bddd061bf0d8a3b1cb3792fae3 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 26 May 2017 14:44:03 +0200 Subject: [PATCH] Added link to the workshops --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 8c1254f1f2..5614c80c2c 100644 --- a/index.html +++ b/index.html @@ -325,6 +325,7 @@ assertThat(response).isEqualTo("{\"fraudCheckStatus\":\"FRAUD\",\"rejectionReaso ### Sample Projects +* [Spring Cloud Contract workshops](http://cloud-samples.spring.io/spring-cloud-contract-samples/workshops.html) * [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)