Skip to content

Commit 71e3443

Browse files
committed
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)
1 parent bf7b682 commit 71e3443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-mapper/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: pattern
33
title: Data Mapper
44
folder: data-mapper
5-
permalink: /patterns/dm/
5+
permalink: /patterns/data-mapper/
66
categories: Persistence Tier
77
tags:
88
- Java

0 commit comments

Comments
 (0)