Merge pull request #298 from atn34/patch-1

Fix broken link in servant-docs' README
This commit is contained in:
Alp Mestanogullari 2015-12-19 12:25:02 +01:00
commit 3020c365fa

View File

@ -6,7 +6,7 @@ Generate API docs for your *servant* webservice. Feel free to also take a look a
## Example
See [here](https://github.com/haskell-servant/servant/tree/master/servant-docs/blob/master/example/greet.md) for the output of the following program.
See [here](https://github.com/haskell-servant/servant/blob/master/servant-docs/example/greet.md) for the output of the following program.
``` haskell
{-# LANGUAGE DataKinds #-}