summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Fausak <taylor@fausak.me>2017-11-06 22:21:19 -0600
committerBen Gamari <ben@smart-cactus.org>2017-11-07 13:13:25 -0500
commit9f8dde0cb4d6b7db4a33e89e0607ba9b976c6a92 (patch)
tree54956ddd6c879eb07c2a560c8af8ac5a44e58334
parent93b4820607aed1ab633e836084c5e39f5e631f87 (diff)
downloadhaskell-9f8dde0cb4d6b7db4a33e89e0607ba9b976c6a92.tar.gz
Update link to Haskeline user preferences
Unfortunately trac.haskell.org doesn't exist anymore. [skip ci]
-rw-r--r--docs/users_guide/ghci.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ghci.rst b/docs/users_guide/ghci.rst
index 17119030b3..5be8a0fb16 100644
--- a/docs/users_guide/ghci.rst
+++ b/docs/users_guide/ghci.rst
@@ -3171,7 +3171,7 @@ The ``.haskeline`` file
GHCi uses `Haskeline <https://hackage.haskell.org/package/haskeline>`__ under
the hood. You can configure it to, among other
things, prune duplicates from GHCi history. See:
-`Haskeline user preferences <http://trac.haskell.org/haskeline/wiki/UserPrefs>`__.
+`Haskeline user preferences <https://github.com/judah/haskeline/wiki/UserPreferences>`__.
.. _ghci-obj: