From 1a407970fc7ca15e53745512d9230775426d7962 Mon Sep 17 00:00:00 2001 From: Christophe Tafani-Dereeper Date: Tue, 4 Oct 2022 14:56:56 +0200 Subject: [PATCH] wafv2_web_acl: Remove broken link in docs breaking CI --- website/docs/r/wafv2_web_acl.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/wafv2_web_acl.html.markdown b/website/docs/r/wafv2_web_acl.html.markdown index 32cfdbd60077..1b1eca1b4a0e 100644 --- a/website/docs/r/wafv2_web_acl.html.markdown +++ b/website/docs/r/wafv2_web_acl.html.markdown @@ -549,7 +549,7 @@ The `field_to_match` block supports the following arguments: An empty configuration block `{}` should be used when specifying `all_query_arguments`, `body`, `method`, or `query_string` attributes. * `all_query_arguments` - (Optional) Inspect all query arguments. -* `body` - (Optional) Inspect the request body, which immediately follows the request headers. See [Body](#body) below for details. +* `body` - (Optional) Inspect the request body, which immediately follows the request headers. * `cookies` - (Optional) Inspect the cookies in the web request. See [Cookies](#cookies) below for details. * `headers` - (Optional) Inspect the request headers. See [Headers](#headers) below for details. * `json_body` - (Optional) Inspect the request body as JSON. See [JSON Body](#json-body) for details.