Skip to content

Commit 1b932f0

Browse files
committed
Fix book URL
1 parent d484dfc commit 1b932f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ have to abide by the rules of the [Show typeclass][Show].
3535
* [Comparison with other libraries][comparison]
3636

3737
[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
4040
[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

text-display.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ synopsis: A typeclass for user-facing output
66
description:
77
The 'Display' typeclass provides a solution for user-facing output that does not have to abide by the rules of the Show typeclass.
88

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
1010
bug-reports: https://github.com/haskell-text/text-display/issues
1111
author: Hécate Moonlight
1212
maintainer: Hécate Moonlight

0 commit comments

Comments
 (0)