diff --git a/src/blog.lhs b/src/blog.lhs
--- a/src/blog.lhs
+++ b/src/blog.lhs
@@ -1,4 +1,4 @@
-<p>Well, just about every web framework I've seen starts with a blog tutorial- so here's mine! Actually, you'll see that this is actually a much less featureful blog than most, but gives a good introduction to Yesod basics. I recommend you start by <a href="/book/basics.html">reading the basics chapter</a>.</p>
+<p>Well, just about every web framework I've seen starts with a blog tutorial- so here's mine! Actually, you'll see that this is actually a much less featureful blog than most, but gives a good introduction to Yesod basics. I recommend you start by <a href="/book/basics">reading the basics chapter</a>.</p>
 
 <p>This file is literate Haskell, so we'll start off with our language pragmas and import statements. Basically every Yesod application will start off like this:</p>
 
diff --git a/src/chat.hs b/src/chat.hs
--- a/src/chat.hs
+++ b/src/chat.hs
@@ -5,7 +5,7 @@
 
 module Main where
 
-import Yesod hiding (Message)
+import Yesod
 import Yesod.Helpers.Static
 
 import Control.Concurrent.STM
diff --git a/yesod-examples.cabal b/yesod-examples.cabal
--- a/yesod-examples.cabal
+++ b/yesod-examples.cabal
@@ -1,5 +1,5 @@
 Name:                yesod-examples
-Version:             0.8.0.1
+Version:             0.8.0.2
 Synopsis:            Example programs using the Yesod Web Framework.
 Description:         These are the same examples and tutorials found on the documentation site.
 Homepage:            http://www.yesodweb.com/
