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`.