From cd94197123f94878bf450a13f21be4b828b1e547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lourens=20Naud=C3=A9?= Date: Thu, 11 Nov 2010 16:22:48 +0000 Subject: [PATCH] fix url path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51b9358..0a68efd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An example (and work in progress) Ruby implementation of CQRS (Command and Query Responsibility Segregation) as a reference for a [session](http://codebits.eu/intra/s/session/168) at [SAPO Codebits 2010](http://www.codebits.eu) -![Conceptual View](/assets/cqrs.jpg) +![Conceptual View](https://github.com/methodmissing/aftermath/raw/master/assets/cqrs.png) # Implementation notes