diff --git a/pretty-sop.cabal b/pretty-sop.cabal
--- a/pretty-sop.cabal
+++ b/pretty-sop.cabal
@@ -1,14 +1,14 @@
 name:                pretty-sop
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            A generic pretty-printer using generics-sop
 description:
   This library contains a generic implementation of the 'prettyVal'
-  function from the @<https://hackage.haskell.org/pretty-show pretty-show>@
+  function from the @<https://hackage.haskell.org/package/pretty-show pretty-show>@
   package. Using the pretty printer, values can easily be rendered to
   strings and HTML documents in a uniform way.
   .
   This library makes use of the
-  @<https://hackage.haskell.org/generics-sop generics-sop>@ package and
+  @<https://hackage.haskell.org/package/generics-sop generics-sop>@ package and
   is an example of a generic function defined in the SOP style.
   .
 license:             BSD3
