From d1e8cdbea0c71e61d5e7a20d52f6d9f7993c3c86 Mon Sep 17 00:00:00 2001 From: Christopher Setzer <37311998+cmsetzer@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:29:40 -0800 Subject: [PATCH] Fix bad link for "set all hook handlers at once" --- src/docs/options/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/options/options.md b/src/docs/options/options.md index c5b31604..0051e3f1 100644 --- a/src/docs/options/options.md +++ b/src/docs/options/options.md @@ -113,7 +113,7 @@ to `true`. ## hooks An object of [hook handlers](/hooks/) to register. For details and a few more examples, -see the section on [registering all hooks handlers at once](http://localhost:8080/hooks/#set-all-hook-handlers-at-once). +see the section on [registering all hook handlers at once](/hooks/#set-all-hook-handlers-at-once). ```javascript {