Skip to content

Commit 5d405a4

Browse files
Merge branch 'master' into gh-pages
Merge
2 parents bb2f934 + 1a25cd9 commit 5d405a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-03-17-modularity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To improve the modularity mechanism, we added the concept of [Initializer]({{ si
2323
When Pippo starts up an application, it scans the classpath roots, looking for files named `pippo.properties`. It reads
2424
every pippo.properties file it finds, and it instantiates and execute the initializers defined in those files.
2525

26-
To demonstrate the initializer concept I added a dump [FreemarkerInitializer]({{ site.codeurl }}/pippo-freemarker/src/main/java/ro/pippo/freemarker/FreemarkerInitializer.java) in pippo-freemarker module. In our example,
26+
To demonstrate the initializer concept I added a dump [FreemarkerInitializer]({{ site.codeurl }}/pippo-template-parent/pippo-freemarker/src/main/java/ro/pippo/freemarker/FreemarkerInitializer.java) in pippo-freemarker module. In our example,
2727
the [pippo.properties]({{ site.codeurl }}/pippo-freemarker/src/main/resources/pippo.properties) file (which should be packaged in the root of the classpath) contains only one line:
2828

2929
```properties

0 commit comments

Comments
 (0)