summaryrefslogtreecommitdiff
path: root/docs/users_guide/utils.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/utils.rst')
-rw-r--r--docs/users_guide/utils.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/utils.rst b/docs/users_guide/utils.rst
index f490bfa2d8..3812a9d97e 100644
--- a/docs/users_guide/utils.rst
+++ b/docs/users_guide/utils.rst
@@ -24,7 +24,7 @@ Andy Gill and Simon Marlow have written a parser-generator for Haskell,
called ``happy``. ``Happy`` is to Haskell what ``Yacc`` is to C.
You can get ``happy`` from `the Happy
-Homepage <http://www.haskell.org/happy/>`__.
+Homepage <https://www.haskell.org/happy/>`__.
``Happy`` is at its shining best when compiled by GHC.