diff options
Diffstat (limited to '')
| -rw-r--r-- | _posts/2010-03-19-easily-create-rest-interface-with-the-dancer-1.170.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2010-03-19-easily-create-rest-interface-with-the-dancer-1.170.md b/_posts/2010-03-19-easily-create-rest-interface-with-the-dancer-1.170.md index b37f9af..3ddf3a4 100644 --- a/_posts/2010-03-19-easily-create-rest-interface-with-the-dancer-1.170.md +++ b/_posts/2010-03-19-easily-create-rest-interface-with-the-dancer-1.170.md @@ -31,7 +31,7 @@ serializer: "JSON" ## A simple handler -Let's create a new dancer application (you can fetch the source on [GitHub](http://github.com/franckcuny/dancerREST) : +Let's create a new dancer application (you can fetch the source on [my git server](http://git.lumberjaph.net/p5-dancer-rest.git/) : {% highlight bash %} % dancer -a dancerREST |
