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:
parent
bf7b682549
commit
71e3443e0e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user