From 645501de4e68ab60b2179e9da42ad9d18481d669 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 28 Dec 2023 06:04:10 -0800 Subject: [PATCH] docs: fix broken link to error logging --- docs/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index c4a303680..6f74b02b3 100644 --- a/docs/options.md +++ b/docs/options.md @@ -240,7 +240,7 @@ An array or object of schemas that will be added to the instance. In case you pa ### logger -Sets the logging method. Default is the global `console` object that should have methods `log`, `warn` and `error`. See [Error logging](#error-logging). +Sets the logging method. Default is the global `console` object that should have methods `log`, `warn` and `error`. See [Error logging](./api.md#error-logging). Option values: