diff --git a/hspec-discover.cabal b/hspec-discover.cabal
--- a/hspec-discover.cabal
+++ b/hspec-discover.cabal
@@ -1,5 +1,5 @@
 name:             hspec-discover
-version:          0.1.0
+version:          0.1.0.1
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2012 Simon Hengel
@@ -9,11 +9,11 @@
 cabal-version:    >= 1.8
 category:         Testing
 synopsis:         Automatically discover and run Hspec tests
-description:      Documentation is here: <https://github.com/sol/hspec-discover#readme>
+description:      Documentation is here: <https://github.com/hspec/hspec/blob/master/hspec-discover/README.markdown>
 
 source-repository head
   type: git
-  location: https://github.com/sol/hspec-discover
+  location: https://github.com/hspec/hspec
 
 library
   ghc-options:
diff --git a/src/Test/Hspec/Discover.hs b/src/Test/Hspec/Discover.hs
--- a/src/Test/Hspec/Discover.hs
+++ b/src/Test/Hspec/Discover.hs
@@ -24,7 +24,7 @@
 -- test suite.  And it is assumed, that they export a @spec@ of type
 -- `Test.Hspec.Monadic.Specs`.
 --
--- Full documentation is here: <https://github.com/sol/hspec-discover#readme>
+-- Full documentation is here: <https://github.com/hspec/hspec/blob/master/hspec-discover/README.markdown>
 module Test.Hspec.Discover (hspec, describe) where
 
 import           Test.Hspec.Monadic (Spec)
