diff options
Diffstat (limited to 'docs/users_guide/profiling.rst')
-rw-r--r-- | docs/users_guide/profiling.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/users_guide/profiling.rst b/docs/users_guide/profiling.rst index 3d25e4699b..3f2e592944 100644 --- a/docs/users_guide/profiling.rst +++ b/docs/users_guide/profiling.rst @@ -349,9 +349,9 @@ for all modules in a program. Adds an automatic ``SCC`` annotation to all *call sites*. This is particularly useful when using profiling for the purposes of - generating stack traces; see the function :base-ref:`traceStack <Debug-Trace.html#traceShow>` in the - module ``Debug.Trace``, or the :rts-flag:`-xc` RTS flag - (:ref:`rts-options-debugging`) for more details. + generating stack traces; see the function :base-ref:`Debug.Trace.traceShow`, + or the :rts-flag:`-xc` RTS flag (:ref:`rts-options-debugging`) for more + details. .. ghc-flag:: -fprof-cafs |