From eb51b9ba3d9f9b4c72d90cde4407aa61d622f044 Mon Sep 17 00:00:00 2001 From: mdspielman Date: Tue, 11 Oct 2016 21:12:56 -0400 Subject: [PATCH] Fix image url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c949139..0b4cb61 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This project provides an implementation of the ServiceInfo and ServiceInfoCreato The Spring cloud documentation provides both a nice introduction to Cloud Connectors and a nice overview of the options for [extending Spring Cloud](http://cloud.spring.io/spring-cloud-connectors/spring-cloud-connectors.html#_extending_spring_cloud_connectors). This project provides a Cloud Service Support extension to make it easy to consume the Solace Messaging Cloud Foundry Service in your Cloud Foundry application. The following diagram attempts to provide an architectural overview of what is implemented in this project. -![Architecture](resource/Architecture.png) +![Architecture](resources/Architecture.png) ## Spring Cloud connectors