From 8ebeda104c362d34b7be359c381c78b80dc6dcd0 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 20 Jul 2016 15:15:22 +0200 Subject: [PATCH] Updated main page --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 02196f3686..65faa1340c 100644 --- a/index.html +++ b/index.html @@ -383,10 +383,10 @@ assertThat(response).isEqualTo("{\"fraudCheckStatus\":\"FRAUD\",\"rejectionReaso ### Sample Projects -* [Spring Cloud Contract Verifier Http Server](https://github.com/spring-cloud/spring-cloud-contract/tree/master/spring-cloud-contract-verifier-standalone-test-samples/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/spring-cloud-contract-verifier-standalone-test-samples/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/spring-cloud-contract-verifier-standalone-test-samples/contract-verifier-sample-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/spring-cloud-contract-verifier-standalone-test-samples/contract-verifier-sample-stream-sink) contains example of the Spring Cloud Contract Verifier usage for Messaging on the consumer side +* [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/contract-verifier-sample-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/contract-verifier-sample-stream-sink) contains example of the Spring Cloud Contract Verifier usage for Messaging on the consumer side {% endcapture %}