diff --git a/servant-server/README.md b/servant-server/README.md index 78613e30..aee9fa70 100644 --- a/servant-server/README.md +++ b/servant-server/README.md @@ -4,13 +4,13 @@ This library lets you *implement* an HTTP server with handlers for each endpoint of a servant API, handling most of the boilerplate for you. -## Getting started +## Tutorial -We've written a [Getting Started](http://haskell-servant.github.io/getting-started/) guide that introduces the core types and features of servant. After this article, you should be able to write your first servant webservices, learning the rest from the haddocks' examples. +We've written a [tutorial](http://haskell-servant.github.io/tutorial/) that introduces the core types and features of servant. ## Repositories and Haddocks -- The core [servant](http://github.com/haskell-servant) package - [docs](http://hackage.haskell.org/package/servant) +- The core [servant](http://github.com/haskell-servant/servant/tree/master/servant) package - [docs](http://hackage.haskell.org/package/servant) - Implementing an HTTP server for a webservice API with [servant-server](http://github.com/haskell-servant/servant/tree/master/servant-server) - [docs](http://hackage.haskell.org/package/servant-server) - (Haskell) client-side function generation with [servant-client](http://github.com/haskell-servant/servant/tree/master/servant-client) - [docs](http://hackage.haskell.org/package/servant-client) - (Javascript) client-side function generation with [servant-jquery](http://github.com/haskell-servant/servant/tree/master/servant-jquery) - [docs](http://hackage.haskell.org/package/servant-jquery) diff --git a/servant-server/servant-server.cabal b/servant-server/servant-server.cabal index 71773060..ac6a5d7c 100644 --- a/servant-server/servant-server.cabal +++ b/servant-server/servant-server.cabal @@ -1,5 +1,5 @@ name: servant-server -version: 0.4.4 +version: 0.4.4.1 synopsis: A family of combinators for defining webservices APIs and serving them description: A family of combinators for defining webservices APIs and serving them