Skip to content

Commit 17724b6

Browse files
Merge branch 'master' into gh-pages
Merge
2 parents 92392b0 + cd64b32 commit 17724b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-06-26-cdi.md

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

99
Pippo can be used together with [CDI](http://www.cdi-spec.org/), using [Weld](http://weld.cdi-spec.org) as the implementation mechanism.
1010
When Pippo creates new instances of your various `Controller` subclasses it delegates the instance creation to a `ControllerFactory`.
11-
The module [pippo-weld]({{ site.codeurl }}/pippo-weld) contains [WeldControllerFactory]({{ site.codeurl }}/pippo-weld/src/main/java/ro/pippo/weld/WeldControllerFactory.java) that it's
11+
The module [pippo-weld]({{ site.codeurl }}/pippo-controller-parent/pippo-weld) contains [WeldControllerFactory]({{ site.codeurl }}/pippo-controller-parent/pippo-weld/src/main/java/ro/pippo/weld/WeldControllerFactory.java) that it's
1212
a `ControllerFactory` implementation that delegates to the Weld 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)