Skip to content

Commit e3484d1

Browse files
�Fix broken links in section #33
1 parent 1a25cd9 commit e3484d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-03-17-spring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ order: 10
88

99
Pippo can be used together with the [Spring framework](http://projects.spring.io/spring-framework), using Spring as a dependency injection container.
1010
When Pippo creates new instances of your various `Controller` subclasses it delegates the instance creation to a `ControllerFactory`.
11-
The module [pippo-spring]({{ site.codeurl }}/pippo-spring) contains [SpringControllerFactory]({{ site.codeurl }}/pippo-spring/src/main/java/ro/pippo/spring/SpringControllerFactory.java) that it's
11+
The module [pippo-spring]({{ site.codeurl }}/pippo-controller-parent/pippo-spring) contains [SpringControllerFactory]({{ site.codeurl }}/pippo-controller-parent/pippo-spring/src/main/java/ro/pippo/spring/SpringControllerFactory.java) that it's
1212
a `ControllerFactory` implementation that delegates to the Spring container to instantiate a given `Controller` class. This allows for the instance to be configured via dependency injection (all Spring annotations are valid, AOP, ...).
1313

1414
An example of such a Controller subclass could look as follows:

0 commit comments

Comments
 (0)