Dead link in servant.cabal

This commit is contained in:
Vlad Ki 2015-08-24 14:00:01 +03:00
parent 90d837dda9
commit 6c987f2dc3

View file

@ -6,7 +6,7 @@ description:
.
You can learn about the basics in the <http://haskell-servant.github.io/tutorial tutorial>.
.
<https://github.com/haskell-servant/servant-server/blob/master/example/greet.hs Here>'s a runnable example, with comments, that defines a dummy API and
<https://github.com/haskell-servant/servant/blob/master/servant-server/example/greet.hs Here>'s a runnable example, with comments, that defines a dummy API and
implements a webserver that serves this API, using the <http://hackage.haskell.org/package/servant-server servant-server> package.
.
<https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md CHANGELOG>