From 1c2ec7e4675088d2c3542f620362cc955e34df48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cardoso?= Date: Mon, 29 Jun 2026 17:23:04 +0100 Subject: [PATCH] [Rules] Update example-rules.mdx Hello team, Can we add this docs here for further info on 5XX? https://developers.cloudflare.com/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors/#http-5xx-errors Thanks. --- src/content/docs/rules/custom-errors/example-rules.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/rules/custom-errors/example-rules.mdx b/src/content/docs/rules/custom-errors/example-rules.mdx index 154d8f31877..772a809b375 100644 --- a/src/content/docs/rules/custom-errors/example-rules.mdx +++ b/src/content/docs/rules/custom-errors/example-rules.mdx @@ -19,7 +19,7 @@ The provided examples use the following fields in their rule expressions: ### Custom JSON response for all 5XX errors -This example configures a custom JSON error response for all 5XX errors (`500`-`599`) in a zone. The HTTP status code of the custom error response will be set to `530`. +This example configures a custom JSON error response for all [5XX](/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors/#http-5xx-errors) errors (`500`-`599`) in a zone. The HTTP status code of the custom error response will be set to `530`.