diff --git a/lens-sop.cabal b/lens-sop.cabal
--- a/lens-sop.cabal
+++ b/lens-sop.cabal
@@ -1,12 +1,12 @@
 name:                lens-sop
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Computing lenses generically using generics-sop
 description:
   This library contains a definition of generalized lenses that are built
-  on top of the @<https://hackage.haskell.org/fclabels fclabels>@ package.
+  on top of the @<https://hackage.haskell.org/package/fclabels fclabels>@ package.
   .
   It also contains SOP-style generic functions (based on the
-  @<https://hackage.haskell.org/generics-sop generics-sop>@ package) that
+  @<https://hackage.haskell.org/package/generics-sop generics-sop>@ package) that
   compute lenses for a given record type. Generalized lenses for the
   SOP representation types are also provided.
   .
