Skip to content

Commit 0c23287

Browse files
committed
Add links to changelog of 0.14
1 parent b0fefac commit 0c23287

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

servant/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
- *servant-client* Add `hoistClient` to `HasClient`.
3838
Just like `hoistServer` allows us to change the monad in which request handlers
3939
of a web application live in, we also have `hoistClient` for changing the monad
40-
in which *client functions* live. Read [tutorial section for more information](#link).
40+
in which *client functions* live.
41+
Read [tutorial section for more information](https://haskell-servant.readthedocs.io/en/release-0.14/tutorial/Client.html#changing-the-monad-the-client-functions-live-in).
4142
([#936](https://github.com/haskell-servant/servant/pull/936))
4243

4344
- *servant* Add `safeLink' :: (Link -> a) -> ... -> MkLink endpoint a`,
@@ -76,10 +77,10 @@
7677
- Added tests or enabled tests
7778
([#975](https://github.com/haskell-servant/servant/pull/975))
7879

79-
- Add [pagination cookbook recipe](#link)
80+
- Add [pagination cookbook recipe](https://haskell-servant.readthedocs.io/en/release-0.14/cookbook/pagination/Pagination.html)
8081
([#946](https://github.com/haskell-servant/servant/pull/946))
8182

82-
- Add [`servant-flatten` cookbook recipe](#link)
83+
- Add [`servant-flatten` "spice" to the structuring api recipe](https://haskell-servant.readthedocs.io/en/release-0.14/cookbook/structuring-apis/StructuringApis.html)
8384
([#929](https://github.com/haskell-servant/servant/pull/929))
8485

8586
- Dependency updates

0 commit comments

Comments
 (0)