Skip to content

Commit d787c29

Browse files
authored
Update README links to point to pippo-java.github.io
1 parent 6bb5d3e commit d787c29

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ public class Contact {
8686
}
8787
```
8888

89-
The second step is to choose your favorite [server](http://www.pippo.ro/doc/server.html),
90-
[template engine](http://www.pippo.ro/doc/templates.html)
91-
and [content type engine](http://www.pippo.ro/doc/content-types.html).
89+
The second step is to choose your favorite [server](http://pippo-java.github.io/doc/server.html),
90+
[template engine](http://pippo-java.github.io/doc/templates.html)
91+
and [content type engine](http://pippo-java.github.io/doc/content-types.html).
9292
For example, I will choose `Jetty` as server, `Freemarker` as template engine, `Jackson` as JSON engine and `JAXB` as XML engine.
9393
My Maven `pom.xml` looks like:
9494

@@ -259,7 +259,7 @@ Don't forget that the `Controller` concept is included in `pippo-controller` mod
259259

260260
Documentation
261261
---------------
262-
Documentation is available on [pippo.ro](http://www.pippo.ro)
262+
Documentation is available on [pippo-java.github.io](https://pippo-java.github.io)
263263

264264
Demo
265265
---------------

0 commit comments

Comments
 (0)