From ce2ffcfc295bd46bf998f694d83598c78727a027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Zaj=C4=85czkowski?= Date: Mon, 20 Jun 2016 23:13:22 +0200 Subject: [PATCH] Fix image link in README (#288) --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 2e6334dfd2..bfc9812b6b 100644 --- a/README.adoc +++ b/README.adoc @@ -27,7 +27,7 @@ Spring Cloud Contract Verifier moves TDD to the level of software architecture. Let us assume that we have a system comprising of multiple microservices: -image::Deps.png[Microservices Architecture] +image::docs/src/main/asciidoc/images/Deps.png[Microservices Architecture] ==== Testing issues @@ -189,4 +189,4 @@ added after the original pull request but before a merge. other target branch in the main project). * When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions], if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit - message (where XXXX is the issue number). \ No newline at end of file + message (where XXXX is the issue number).