diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -5,6 +5,6 @@
 - CDATA sections, nor 
 - namespaces. 
 
-TinyXml is a reimplementation of [Hexml] (http://neilmitchell.blogspot.com/2016/12/fuzz-testing-hexml-with-afl.html) without the cbits, attaining mostly comparable performance in pure (but hardly idiomatic) Haskell.  
+TinyXml is a reimplementation of [Hexml](http://neilmitchell.blogspot.co.uk/2016/12/new-xml-parser-hexml.html) without the cbits, attaining mostly comparable performance in pure (but hardly idiomatic) Haskell.  
 
 TinyXml is alpha quality software and not currently used in production anywhere.
diff --git a/tinyXml.cabal b/tinyXml.cabal
--- a/tinyXml.cabal
+++ b/tinyXml.cabal
@@ -6,7 +6,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.1
+version:             0.1.0.2
 
 synopsis:            A fast DOM parser for a subset of XML
 
