File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ have to abide by the rules of the [Show typeclass][Show].
35
35
* [ Comparison with other libraries] [ comparison ]
36
36
37
37
[ Show ] : https://hackage.haskell.org/package/base/docs/Text-Show.html#v:Show
38
- [ tutorial ] : https://hackage.haskell.org/package/text-display/src/ docs/book/Tutorial.html
39
- [ design ] : https://hackage.haskell.org/package/text-display/src/ docs/book/Design.html
38
+ [ tutorial ] : https://hackage.haskell.org/package/text-display/docs/doc /book/Tutorial.html
39
+ [ design ] : https://hackage.haskell.org/package/text-display/docs/doc /book/Design.html
40
40
[ reference ] : https://hackage.haskell.org/package/text-display/docs/Data-Text-Display.html
41
- [ comparison ] : https://hackage.haskell.org/package/text-display/src/ docs/book/Comparison.html
41
+ [ comparison ] : https://hackage.haskell.org/package/text-display/docs/doc /book/Comparison.html
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ synopsis: A typeclass for user-facing output
6
6
description :
7
7
The 'Display' typeclass provides a solution for user-facing output that does not have to abide by the rules of the Show typeclass.
8
8
9
- homepage : https://hackage.haskell.org/package/text-display/src/ docs/book/Introduction.html
9
+ homepage : https://hackage.haskell.org/package/text-display-0.0.4.0/ docs/doc /book/Introduction.html
10
10
bug-reports : https://github.com/haskell-text/text-display/issues
11
11
author : Hécate Moonlight
12
12
maintainer : Hécate Moonlight
You can’t perform that action at this time.
0 commit comments