From 71e3443e0ea28a6c8e2b94c2e4cc6c0bf24dc7a2 Mon Sep 17 00:00:00 2001 From: Markus Moser Date: Sun, 24 Apr 2016 12:58:38 +0200 Subject: [PATCH] Fix permalink to represent its current dir Otherwise the picture cant be found, as the jekyll build process will put this file in a 'dm' directory and the other stuff like resources in a 'data-mapper' directory (because resources dont have permalink specified they are served static) --- data-mapper/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-mapper/index.md b/data-mapper/index.md index 28b3939ee..075e8eece 100644 --- a/data-mapper/index.md +++ b/data-mapper/index.md @@ -2,7 +2,7 @@ layout: pattern title: Data Mapper folder: data-mapper -permalink: /patterns/dm/ +permalink: /patterns/data-mapper/ categories: Persistence Tier tags: - Java