From 5a032383bc0f16e286fc9a736985615c765a3063 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Sat, 10 Oct 2015 19:31:03 +0200 Subject: [PATCH] update servant-server README --- servant-server/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/servant-server/README.md b/servant-server/README.md index 78613e30..08842f19 100644 --- a/servant-server/README.md +++ b/servant-server/README.md @@ -6,12 +6,5 @@ This library lets you *implement* an HTTP server with handlers for each endpoint ## Getting started -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/) 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. -## Repositories and Haddocks - -- The core [servant](http://github.com/haskell-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) -- API docs generation with [servant-docs](http://github.com/haskell-servant/servant/tree/master/servant-docs) - [docs](http://hackage.haskell.org/package/servant-docs)