Skip to content

Commit f810acf

Browse files
committed
Fix
1 parent 8a86b57 commit f810acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-03-27-error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ public class BasicApplication extends Application {
5454
}
5555
```
5656

57-
If you want to customize the template content for the default error templates (see the list of templates names in [DefaultErrorHandler]({{ site.coreurl }}/src/main/java/ro/pippo/core/TemplateEngine.java)) then create a template with the same name in `resources\templates` folder.
57+
If you want to customize the template content for the default error templates (see the list of templates names in [TemplateEngine]({{ site.coreurl }}/src/main/java/ro/pippo/core/TemplateEngine.java)) then create a template with the same name in `src/main/resources/templates` folder.

0 commit comments

Comments
 (0)