diff --git a/doc/reference/std/cli/print-exit.md b/doc/reference/std/cli/print-exit.md index 4bd75fdb0..aab819c27 100644 --- a/doc/reference/std/cli/print-exit.md +++ b/doc/reference/std/cli/print-exit.md @@ -87,7 +87,7 @@ Call a function, print the resulting values (if applicable), and exit with an according exit code, as per `print-exit`. If an error occurs during execution, exit with an error code as per -[`with-exit-on-error`](../misc/error.md#with-exit-on-error). +[`with-exit-on-error`](../error.md#with-exit-on-error). ### begin-print-exit ```scheme