diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -3,5 +3,7 @@
 `conduit` is a solution to the streaming data problem, allowing for production,
 transformation, and consumption of streams of data in constant memory. It is an
 alternative to lazy I\/O which guarantees deterministic resource handling.
-For a tutorial, please visit
-[https://www.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview](https://www.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview).
+
+For more information about conduit in general, and how this package in
+particular fits into the ecosystem, see [the conduit
+homepage](https://github.com/snoyberg/conduit#readme).
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,3 @@
-## 1.2.4.2
-
-* Drop `void` dependency for GHC 7.10
-
 ## 1.2.4.1
 
 * Some documentation improvements
diff --git a/conduit.cabal b/conduit.cabal
--- a/conduit.cabal
+++ b/conduit.cabal
@@ -1,5 +1,5 @@
 Name:                conduit
-Version:             1.2.4.2
+Version:             1.2.4.3
 Synopsis:            Streaming data processing library.
 description:
     Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/conduit>.
