Skip to content

Commit 6343394

Browse files
�Fix broken links in Controller section #37
1 parent cd64b32 commit 6343394

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)