Skip to content

Commit 8ea3ea6

Browse files
committed
Fix broken links introduced by previous commit
1 parent 57da3b7 commit 8ea3ea6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2015-03-17-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public class ServletDemo {
201201
}
202202
```
203203
DON'T forget to add `@MetaInfServices` on your implementation of `WebServerInitializer`!
204-
The full code is available in [pippo-demo-servlet](({{ site.demourl }}/pippo-demo-servlet)) project.
204+
The full code is available in [pippo-demo-servlet]({{ site.demourl }}/pippo-demo-servlet) project.
205205

206-
A more complex demo project that shows you how to integrate [Jersey](https://jersey.java.net) is available in [pippo-demo-jersey](({{ site.demourl }}/pippo-demo-jersey)) project.
207-
This demo is the code source of the article `Pippo and Jersey (JAX-RS): A Match Made in Heaven` available on [DZone](https://dzone.com/articles/pippo-and-jersey-jax-rs).
206+
A more complex demo project that shows you how to integrate [Jersey](https://jersey.java.net) is available in [pippo-demo-jersey]({{ site.demourl }}/pippo-demo-jersey) project.
207+
This demo is the code source of the article `Pippo and Jersey (JAX-RS): A Match Made in Heaven` that is availables on [DZone](https://dzone.com/articles/pippo-and-jersey-jax-rs).

0 commit comments

Comments
 (0)