Skip to content

Commit 9aea236

Browse files
committed
Improve linking
1 parent 162aa87 commit 9aea236

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/rules/custom-errors/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ A custom error asset corresponds to a web resource such as an HTML web page (inc
8484

8585
Once the custom error asset is stored in Cloudflare's global network, the URL you initially provided no longer needs to be available. You can update an existing custom error asset by fetching it again. The metadata associated with each custom error asset includes the timestamp when the last fetch occurred, and this information is displayed in the dashboard.
8686

87-
You can use a custom error asset in one or more custom error rules in the same scope where you defined the asset (zone or account).
87+
You can use a custom error asset in one or more [custom error rules](#custom-error-rules) in the same scope where you defined the asset (zone or account).

src/content/docs/rules/custom-errors/reference/parameters.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Type, MetaInfo } from "~/components";
1212

1313
## Custom error rules
1414

15-
Custom error rules define when a custom error gets triggered and the content that is served to visitors. Rule parameters are the following:
15+
[Custom error rules](/rules/custom-errors/#custom-error-rules) define when a custom error gets triggered and the content that is served to visitors. Rule parameters are the following:
1616

1717
### Response type
1818

@@ -71,7 +71,7 @@ If you create an HTML error response, make sure the `referrer` meta tag is not p
7171

7272
## Custom error assets
7373

74-
A custom error asset corresponds to a web resource such as an HTML web page (including any referenced images, CSS, and JavaScript code) that Cloudflare fetches and saves based on a URL you provide, to be served to visitors as an error page.
74+
A [custom error asset](/rules/custom-errors/#custom-error-assets) corresponds to a web resource such as an HTML web page (including any referenced images, CSS, and JavaScript code) that Cloudflare fetches and saves based on a URL you provide, to be served to visitors as an error page.
7575

7676
Custom error assets have the following parameters:
7777

0 commit comments

Comments
 (0)