Skip to content

Commit

Permalink
Merge pull request #137 from spion/patch-1
Browse files Browse the repository at this point in the history
fix haddock link
  • Loading branch information
tonymorris committed Jun 26, 2015
2 parents 03ded17 + 5e1df19 commit d02b4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/TicTacToe/TicTacToe.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you choose to use Haskell, also take advantage of its superior tooling:
* Include a `.ghci` file for convenience when developing
* http://haskell.org/ghc/docs/6.12.2/html/users_guide/ghci-dot-files.html
* API documented using Haddock
* [http://www.haskell.org/haddock/doc/html/index.html](http://haskell.org/ghc/docs/6.12.2/html/users_guide/ghci-dot-files.html)
* [http://www.haskell.org/haddock/doc/html/index.html](http://www.haskell.org/haddock/doc/html/index.html)
* Code style examined using hlint
* `cabal install hlint`
* Produce a report (`--report`)
Expand Down

0 comments on commit d02b4aa

Please sign in to comment.