Skip to content

Commit 48f52d3

Browse files
Merge branch 'master' into gh-pages
Merge
2 parents 17724b6 + 6343394 commit 48f52d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-03-17-controller.md

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

99
Another approach to handling a request and producing a response is using Controllers. After routing has determined what controller to use, an action method will be invoked.
10-
In Pippo, controllers are instances of [Controller]({{ site.codeurl }}/pippo-controller/src/main/java/ro/pippo/controller/Controller.java).
10+
In Pippo, controllers are instances of [Controller]({{ site.codeurl }}/pippo-controller-parent/pippo-controller/src/main/java/ro/pippo/controller/Controller.java).
1111

1212
Defining a new controller is simple:
1313

0 commit comments

Comments
 (0)