diff --git a/datadir/resources/template.html b/datadir/resources/template.html
--- a/datadir/resources/template.html
+++ b/datadir/resources/template.html
@@ -18,7 +18,7 @@
     <span id="instant" style="display:none;"><a href="javascript:setInstant()">
         Instant is <span id="instantVal">off</span></a> |</span>
     <span id="plugin" style="display:none;"><a href="javascript:searchPlugin()">Search plugin</a> |</span>
-    <a href="http://www.haskell.org/haskellwiki/Hoogle">Manual</a> |
+    <a href="https://github.com/ndmitchell/hoogle/blob/master/README.md">Manual</a> |
     $#homepage$
 </div>
 <form action="." method="get" id="search">
diff --git a/hoogle.cabal b/hoogle.cabal
--- a/hoogle.cabal
+++ b/hoogle.cabal
@@ -1,7 +1,7 @@
 cabal-version:      >= 1.6
 build-type:         Simple
 name:               hoogle
-version:            4.2.12
+version:            4.2.13
 license:            GPL
 license-file:       docs/LICENSE
 category:           Development
@@ -106,7 +106,7 @@
 
     build-depends:
         time, old-time, old-locale,
-        cmdargs >= 0.7 && < 0.10,
+        cmdargs >= 0.7 && < 0.11,
         tagsoup >= 0.11 && < 0.13,
         blaze-builder >= 0.2 && < 0.4,
         http-types == 0.7.*,
