diff --git a/Changelog b/Changelog
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+Changed in version 0.7.4.2:
+   * Clean up the rest of the references to trac.haskell.org
+
 Changed in version 0.7.4.1:
    * Bump upper bound on base to support ghc-8.4
    * Use `TChan` from `stm` rather than `Chan`
diff --git a/System/Console/Haskeline.hs b/System/Console/Haskeline.hs
--- a/System/Console/Haskeline.hs
+++ b/System/Console/Haskeline.hs
@@ -4,7 +4,7 @@
 Unicode-aware and runs both on POSIX-compatible systems and on Windows.
 
 Users may customize the interface with a @~/.haskeline@ file; see
-<http://trac.haskell.org/haskeline/wiki/UserPrefs> for more information.
+<https://github.com/judah/haskeline/wiki/UserPreferences> for more information.
 
 An example use of this library for a simple read-eval-print loop (REPL) is the
 following:
diff --git a/haskeline.cabal b/haskeline.cabal
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -1,6 +1,6 @@
 Name:           haskeline
 Cabal-Version:  >=1.10
-Version:        0.7.4.1
+Version:        0.7.4.2
 Category:       User Interfaces
 License:        BSD3
 License-File:   LICENSE
