diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Changelog for JuicyPixels-blurhash
 
+## 0.1.0.2
+
+  - README image paths absolute to fix hackage display
+
 ## 0.1.0.1
 
   - Add images to source distribution for deps building tests and README.md image refs.
diff --git a/JuicyPixels-blurhash.cabal b/JuicyPixels-blurhash.cabal
--- a/JuicyPixels-blurhash.cabal
+++ b/JuicyPixels-blurhash.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 1eb79d8798ea74f28f17f0fc08a4246a842768024e1a59c23ca09fa41346831a
+-- hash: 6f877df28ebe66ade9b6ddfed5da0711cf215ccee787cbef76cc3ef7ef2de82e
 
 name:           JuicyPixels-blurhash
-version:        0.1.0.1
+version:        0.1.0.2
 synopsis:       Blurhash is a very compact represenation of a placeholder for an image
 description:    Please see the README on GitHub at <https://github.com/SamProtas/JuicyPixels-blurhash#readme>
 category:       Graphics, Image
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
 
 An image such as:
 
-![example image](docs/example.jpg)
+![example image](https://raw.githubusercontent.com/SamProtas/JuicyPixels-blurhash/master/docs/example.jpg)
 
 Can be encoded as:
 
@@ -25,7 +25,7 @@
 
 Which your client can render as:
 
-![example blurred image](docs/blurred.png)
+![example blurred image](https://raw.githubusercontent.com/SamProtas/JuicyPixels-blurhash/master/docs/blurred.png)
 
 
 Full library documentation can be found in the Haddocks for `Codec.Picture.Blurhash`.
