Merge pull request #298 from atn34/patch-1
Fix broken link in servant-docs' README
This commit is contained in:
commit
3020c365fa
1 changed files with 1 additions and 1 deletions
|
@ -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 #-}
|
||||
|
|
Loading…
Reference in a new issue