From dfc635dadafe8a3e5d7b63da2daf608f26f2aa0b Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 28 Nov 2023 10:40:44 -0700 Subject: [PATCH] docs: fix broken link --- docs/userguide/configuration/policy_helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/configuration/policy_helpers.md b/docs/userguide/configuration/policy_helpers.md index fbb8d47d..2fbf1a4d 100644 --- a/docs/userguide/configuration/policy_helpers.md +++ b/docs/userguide/configuration/policy_helpers.md @@ -87,4 +87,4 @@ All policy helpers listed below are implemented in the [Example Lua Policy](./ex * [Queues](./queuemanagement.md#using-the-queues-helper) - Helper for configuring tenant and queue configuration, including retry intervals, tenant identifier headers, and the mapping from tenant to egress pool. * [Shaping](./trafficshaping.md#using-the-shapinglua-helper) - Helper for configuring traffic shaping rules to use for destination domains. Also can be configured for [Traffic Shaping Automation](./trafficshapingautomation.md). * [Dkim_Sign](./dkim.md#using-the-dkim_signlua-policy-helper) - Helper for configuring parameters for DKIM signing for each signing domain. -* [Log_Hooks](../policy/webhooks.md#using-the-log_hookslua-helper) - Helper for configuring webhooks. +* [Log_Hooks](../operation/webhooks.md#using-the-log_hookslua-helper) - Helper for configuring webhooks.