diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,7 @@
+3.9.0.1
+-------
+* Updated the field guide image to link to imgur. Sadly the overview haddock and the haddocks are not generated in the same directory, so the haddock hook for copying the image only works locally.
+
 3.9
 -----
 * Changed `Getting` to take 3 arguments instead of 5. If you need the old behavior for portability you can use
diff --git a/lens.cabal b/lens.cabal
--- a/lens.cabal
+++ b/lens.cabal
@@ -1,6 +1,6 @@
 name:          lens
 category:      Data, Lenses
-version:       3.9
+version:       3.9.0.1
 license:       BSD3
 cabal-version: >= 1.8
 license-file:  LICENSE
@@ -37,7 +37,10 @@
   .
   The core of the hierarchy of lens-like constructions looks like:
   .
-  <<Hierarchy.png>>
+  .
+  <<http://i.imgur.com/4fHw3Fd.png>>
+  .
+  Local copy (<Hierarchy.png>)
   .
   You can compose any two elements of the hierarchy above using @(.)@ from the @Prelude@, and you can
   use any element of the hierarchy as any type it linked to above it.
