diff options
author | Taylor Fausak <taylor@fausak.me> | 2017-11-06 22:21:19 -0600 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-07 13:13:25 -0500 |
commit | 9f8dde0cb4d6b7db4a33e89e0607ba9b976c6a92 (patch) | |
tree | 54956ddd6c879eb07c2a560c8af8ac5a44e58334 /docs | |
parent | 93b4820607aed1ab633e836084c5e39f5e631f87 (diff) | |
download | haskell-9f8dde0cb4d6b7db4a33e89e0607ba9b976c6a92.tar.gz |
Update link to Haskeline user preferences
Unfortunately trac.haskell.org doesn't exist anymore.
[skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/ghci.rst | 2 |
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: |