Skip to content

Commit 92392b0

Browse files
Merge branch 'master' into gh-pages
Merge
2 parents 9c030af + a9da847 commit 92392b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-05-27-guice.md

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

99
Pippo can be used together with the [Guice](https://github.com/google/guice), using Guice 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-guice]({{ site.codeurl }}/pippo-guice) contains [GuiceControllerFactory]({{ site.codeurl }}/pippo-guice/src/main/java/ro/pippo/guice/GuiceControllerFactory.java) that it's
11+
The module [pippo-guice]({{ site.codeurl }}/pippo-controller-parent/pippo-guice) contains [GuiceControllerFactory]({{ site.codeurl }}/pippo-controller-parent/pippo-guice/src/main/java/ro/pippo/guice/GuiceControllerFactory.java) that it's
1212
a `ControllerFactory` implementation that delegates to the Guice container to instantiate a given `Controller` class. This allows for the instance to be configured via dependency injection.
1313

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

0 commit comments

Comments
 (0)