diff --git a/monadloc-pp.cabal b/monadloc-pp.cabal
--- a/monadloc-pp.cabal
+++ b/monadloc-pp.cabal
@@ -1,5 +1,5 @@
 name: monadloc-pp
-version: 0.2
+version: 0.2.1
 Cabal-Version:  >= 1.6
 build-type: Simple
 license: PublicDomain
@@ -12,7 +12,7 @@
 description:
   The package @monadloc@ defines a class for monads which can keep a monadic call trace.
   .
-  * See the blog post <http://pepeiborra.posterous.com/monadic-stack-traces-that-make-a-lot-of-sense> for more information.
+  * See the blog post <http://pepeiborra.wordpress.com/2009/11/01/monadic-stack-traces-that-make-a-lot-of-sense/> for more information.
   .
   This package provides a preprocessor that inserts calls
   to "Control.Monad.Loc.withLoc" before every monadic statement in a module.
