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)
This commit is contained in:
Markus Moser 2016-04-24 12:58:38 +02:00
parent bf7b682549
commit 71e3443e0e

View File

@ -2,7 +2,7 @@
layout: pattern layout: pattern
title: Data Mapper title: Data Mapper
folder: data-mapper folder: data-mapper
permalink: /patterns/dm/ permalink: /patterns/data-mapper/
categories: Persistence Tier categories: Persistence Tier
tags: tags:
- Java - Java