summaryrefslogtreecommitdiff
path: root/docs/users_guide/exts/overloaded_strings.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/exts/overloaded_strings.rst')
-rw-r--r--docs/users_guide/exts/overloaded_strings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/exts/overloaded_strings.rst b/docs/users_guide/exts/overloaded_strings.rst
index 9c12e81c29..848bc5a271 100644
--- a/docs/users_guide/exts/overloaded_strings.rst
+++ b/docs/users_guide/exts/overloaded_strings.rst
@@ -39,7 +39,7 @@ mention it explicitly (for example, to give an instance declaration for
it), you can import it from module ``Data.String``.
Haskell's defaulting mechanism (`Haskell Report, Section
-4.3.4 <http://www.haskell.org/onlinereport/decls.html#sect4.3.4>`__) is
+4.3.4 <https://www.haskell.org/onlinereport/decls.html#sect4.3.4>`__) is
extended to cover string literals, when :extension:`OverloadedStrings` is
specified. Specifically: