Skip to content

Commit 281e4cc

Browse files
committed
Fix broken links
1 parent 535b396 commit 281e4cc

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/content/docs/support/troubleshooting/http-status-codes/cloudflare-1xxx-errors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The errors covered in this document may occur when accessing a website proxied b
1212
HTTP errors such as `409`, `530`, `403`, and `429` are returned in the HTTP status header of a response, while 1XXX errors appear in the HTML body of the response.
1313

1414
:::note[Custom Error Pages]
15-
Cloudflare **[Custom Error Pages](/support/more-dashboard-apps/cloudflare-custom-pages/configuring-custom-pages-error-and-challenge/)** allows customers to customize the default error pages discussed in this article.
15+
Cloudflare [Custom Errors](/rules/custom-errors/) allows customers to customize the default error pages discussed in this article.
1616
:::
1717

1818
### Support and assistance

src/content/docs/support/troubleshooting/http-status-codes/cloudflare-5xx-errors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When contacting your hosting provider, share the following information:
2727

2828
The cause of the error is not always found in the origin server's error logs. Be sure to check the logs of any load balancers, caches, proxies, or firewalls between Cloudflare and the origin web server.
2929

30-
Additional details to provide to your hosting provider or site administrator can be found in the error descriptions below. Note that Cloudflare [Custom Error Pages](/support/more-dashboard-apps/cloudflare-custom-pages/configuring-custom-pages-error-and-challenge/) can alter the appearance of default error pages discussed in this page.
30+
Additional details to provide to your hosting provider or site administrator can be found in the error descriptions below. Note that Cloudflare [Custom Errors](/rules/custom-errors/) can alter the appearance of default error pages discussed in this page.
3131

3232
### Error analytics
3333

@@ -132,7 +132,7 @@ To resolve a `503` error, first determine whether the issue originates from your
132132

133133
If the error does not contain `cloudflare` or `cloudflare-nginx` in the HTML response body, contact your hosting provider to verify if they rate limit requests to your origin web server.
134134

135-
#### 503 Error with `cloudflare` or `cloudflare-nginx`
135+
#### 503 Error with `cloudflare` or `cloudflare-nginx`
136136

137137
If the error contains `cloudflare` or `cloudflare-nginx` in the HTML response body, a connectivity issue occurred in a Cloudflare data center. Provide [Cloudflare support](/support/contacting-cloudflare-support/) with the following information:
138138

src/content/docs/waf/reference/legacy/old-rate-limiting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ For more information on challenge actions, refer to [Cloudflare challenges](/fun
134134

135135
Setting a timeout shorter than the threshold causes the API to automatically increase the timeout to equal the threshold.
136136

137-
Visitors hitting a rate limit receive a default HTML page if a [custom error page](/support/more-dashboard-apps/cloudflare-custom-pages/configuring-custom-pages-error-and-challenge/) is not specified. In addition, Business and Enterprise customers can specify a response in the rule itself. Refer to [Configure Advanced Response](#task-3-configure-advanced-response-only-business-and-enterprise-plans) for details.
137+
Visitors hitting a rate limit receive a default HTML page if a [custom error page](/rules/custom-errors/) is not specified. In addition, Business and Enterprise customers can specify a response in the rule itself. Refer to [Configure Advanced Response](#task-3-configure-advanced-response-only-business-and-enterprise-plans) for details.
138138

139139
---
140140

src/content/docs/waf/reference/migration-guides/firewall-rules-to-custom-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Requests blocked by a WAF custom rule will get a different response: the WAF blo
5252

5353
If you have customized your 1xxx error page in Custom Pages for requests blocked by firewall rules, you will need to create a new response page for blocked requests using one of the above methods.
5454

55-
For more information on Custom Pages, refer to [Configuring Custom Pages](/support/more-dashboard-apps/cloudflare-custom-pages/configuring-custom-pages-error-and-challenge/).
55+
For more information on custom Error Pages, refer to [Custom Errors](/rules/custom-errors/).
5656

5757
### New Skip action replacing both Allow and Bypass actions
5858

src/content/partials/fundamentals/account-permissions-table.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import { Markdown } from "~/components";
2626
| Access: SSH Auditing Read | Grants read access to [Cloudflare Access SSH CAs](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/). |
2727
| Access: SSH Auditing {props.editWord} | Grants write access to [Cloudflare Access SSH CAs](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/). |
2828
| Account Analytics Read | Grants read access to [account analytics](/analytics/account-and-zone-analytics/account-analytics/). |
29-
| Account Custom Pages Read | Grants read access to account-level [Custom Pages](/support/more-dashboard-apps/cloudflare-custom-pages/configuring-custom-pages-error-and-challenge/). |
30-
| Account Custom Pages {props.editWord} | Grants write access to account-level [Custom Pages](/support/more-dashboard-apps/cloudflare-custom-pages/configuring-custom-pages-error-and-challenge/). |
29+
| Account Custom Pages Read | Grants read access to account-level [Custom Error Pages](/rules/custom-errors/). |
30+
| Account Custom Pages {props.editWord} | Grants write access to account-level [Custom Error Pages](/rules/custom-errors/). |
3131
| Account { props.src === "dash" ? "Filter" : "Rule" } Lists Read | Grants read access to Account Filter Lists. |
3232
| Account { props.src === "dash" ? "Filter" : "Rule" } Lists {props.editWord} | Grants write access to Account Filter Lists. |
3333
| Account Firewall Access Rules Read | Grants read access to account firewall access rules. |

src/content/partials/fundamentals/zone-permissions-table.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ import { Markdown } from "~/components";
2828
| Config { props.src === "dash" ? "Rules" : "Settings" } {props.editWord} | Grants write access to [Configuration Rules](/rules/configuration-rules/). |
2929
| Custom { props.src === "dash" ? "Error Rules" : "Errors" } Read | Grants read access to [Custom Error Rules](/rules/custom-errors/). |
3030
| Custom { props.src === "dash" ? "Error Rules" : "Errors" } {props.editWord} | Grants write access to [Custom Error Rules](/rules/custom-errors/). |
31-
| Custom Pages Read | Grants read access to [Custom Pages](/support/more-dashboard-apps/cloudflare-custom-pages/configuring-custom-pages-error-and-challenge/). |
32-
| Custom Pages {props.editWord} | Grants write access to [Custom Pages](/support/more-dashboard-apps/cloudflare-custom-pages/configuring-custom-pages-error-and-challenge/). |
31+
| Custom Pages Read | Grants read access to [Custom Error Pages](/rules/custom-errors/). |
32+
| Custom Pages {props.editWord} | Grants write access to [Custom Error Pages](/rules/custom-errors/). |
3333
| { props.src === "dash" ? "Dmarc Management" : "Email Security DMARC Reports" } Read | Grants read access to [DMARC Management](/dmarc-management/). |
3434
| { props.src === "dash" ? "Dmarc Management" : "Email Security DMARC Reports" } {props.editWord} | Grants write access to [DMARC Management](/dmarc-management/). |
3535
| DNS Read | Grants read access to [DNS](/dns/). |

0 commit comments

Comments
 (0)