Skip to content

Commit 3000f5c

Browse files
committed
Fix typo
1 parent cea397f commit 3000f5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/2015-05-05-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ If you specify your parameter <u>without</u> a regex pattern, like the third exa
145145

146146
#### Route groups
147147

148-
[RouteGroup]({{ site.coreurl }}src/main/java/ro/pippo/core/route/RouteGroup.java) allow you to prefix <code>uriPattern</code>,
148+
[RouteGroup]({{ site.coreurl }}/src/main/java/ro/pippo/core/route/RouteGroup.java) allow you to prefix <code>uriPattern</code>,
149149
across a large number of routes without needing to define this attribute on each individual route.
150150
Also you can add (route) filters for all routes of the group.
151151

_posts/2015-05-27-guice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ date: 2015-05-27 15:27:38
66
order: 15
77
---
88

9-
This page is valid in the context of [Controller](/mod/controller.htm)s.
9+
This page is valid in the context of [Controller](/mod/controller.html)s.
1010
Also, this page focuses on using `Guice` to inject dependencies in Pippo and not using Pippo as a dependency in an existing application.
1111
If you want to add Pippo (web layer) as dependency in an already existing Guice application, please see [this](https://github.com/pippo-java/pippo/issues/369) text.
1212

0 commit comments

Comments
 (0)