Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/rules/custom-errors/example-rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">

Expand Down