From 52e4e776c9a2e116677d9029b4692ed3a3530508 Mon Sep 17 00:00:00 2001 From: Eduardo Trujillo <ed@chromabits.com> Date: Mon, 4 Jul 2016 21:01:59 -0700 Subject: [PATCH] fix(posts): Add missing link --- posts/2016-07-04-haddock-travis.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/posts/2016-07-04-haddock-travis.md b/posts/2016-07-04-haddock-travis.md index 70836a6..8db15eb 100644 --- a/posts/2016-07-04-haddock-travis.md +++ b/posts/2016-07-04-haddock-travis.md @@ -5,9 +5,9 @@ author: Eduardo Trujillo uuid: 60456ddb-e31d-4ae1-8e44-787c7da1e804 --- -On a previous post, I covered how to setup continuous integration for Haskell -projects using a combination of Stack, Travis CI, and Docker. But what about -documentation? +On a [previous post][5], I covered how to setup continuous integration for +Haskell projects using a combination of Stack, Travis CI, and Docker. But what +about documentation?  @@ -80,3 +80,4 @@ documentation is available as a [GitHub pages website][3] and [2]: https://travis-ci.org/etcinit/craze [3]: https://etcinit.github.io/craze [4]: https://etcinit.github.io/craze/hpc +[5]: /posts/2016/04/20/haskell-travis-docker/ -- GitLab