summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-10-16 17:07:45 -0400
committerBen Gamari <ben@smart-cactus.org>2017-10-16 17:24:49 -0400
commitc5da84db217735ccce47c2350a6917ee9ac00927 (patch)
treeb30b0011ce06a261d5312524fe3c26240ea3957e
parentd7f4f41b0cbde2cf0a78ea05ba0ed7d66894bade (diff)
downloadhaskell-c5da84db217735ccce47c2350a6917ee9ac00927.tar.gz
users-guide: Fix various warnings
[skip ci]
-rw-r--r--docs/users_guide/debug-info.rst2
-rw-r--r--docs/users_guide/using-warnings.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/debug-info.rst b/docs/users_guide/debug-info.rst
index d1bd28c823..915591a6ec 100644
--- a/docs/users_guide/debug-info.rst
+++ b/docs/users_guide/debug-info.rst
@@ -185,7 +185,7 @@ Stack trace functionality is exposed for use by Haskell programs in the
:base-ref:`GHC.ExecutionStack.` module. See the Haddock
documentation in this module for details regarding usage.
-.. _backtrace_signal:
+.. _backtrace-signal:
Requesting a stack trace with ``SIGQUIT``
-----------------------------------------
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index 15b6301ab9..65ffe99cea 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -281,7 +281,7 @@ of ``-W(no-)*``.
.. ghc-flag:: -Wdeferred-out-of-scope-variables
:shortdesc: Report warnings when variable out-of-scope errors are
- :ref:`deferred until runtime.
+ :ref:`deferred until runtime <defer-type-errors>`.
See :ghc-flag:`-fdefer-out-of-scope-variables`.
:type: dynamic
:reverse: -Wno-deferred-out-of-scope-variables