aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib/99-minor/runtime/debug/42888.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/next/6-stdlib/99-minor/runtime/debug/42888.md')
-rw-r--r--doc/next/6-stdlib/99-minor/runtime/debug/42888.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/next/6-stdlib/99-minor/runtime/debug/42888.md b/doc/next/6-stdlib/99-minor/runtime/debug/42888.md
index a4e812cc06..2a65e691fe 100644
--- a/doc/next/6-stdlib/99-minor/runtime/debug/42888.md
+++ b/doc/next/6-stdlib/99-minor/runtime/debug/42888.md
@@ -1,8 +1,6 @@
-The [`debug.SetCrashOutput`](/pkg/runtime#SetCrashOutput) function allows
-the user to specify an alternate file to which the runtime should
-write its fatal crash report
-([#42888](https://github.com/golang/go/issues/42888)).
+The [SetCrashOutput] function allows the user to specify an alternate
+file to which the runtime should write its fatal crash report.
It may be used to construct an automated reporting mechanism for all
unexpected crashes, not just those in goroutines that explicitly use
`recover`.