Skip to content

Commit 6a854a2

Browse files
authored
[Docs] Fix some broken anchors (#19660)
* [Docs] Fix some broken anchors * Update another link
1 parent 1d7fdf2 commit 6a854a2

File tree

11 files changed

+89
-63
lines changed

11 files changed

+89
-63
lines changed

src/content/docs/browser-rendering/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ A globally distributed coordination API with strongly consistent storage.
6161
version of Puppeteer.
6262
</LinkTitleCard>
6363

64-
<LinkTitleCard title="Learning Path" href="/learning-paths/workers/" icon="pen">
64+
<LinkTitleCard
65+
title="Learning Path"
66+
href="/learning-paths/workers/concepts/"
67+
icon="pen"
68+
>
6569
New to Workers? Get started with the Workers Learning Path.
6670
</LinkTitleCard>
6771

src/content/docs/cache/troubleshooting/always-online.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There are limitations with the Always Online functionality:
2828
- Always Online has not initially crawled the website
2929
2. Cloudflare cannot show private content behind logins or handle form submission (POSTs) if your origin web server is offline.
3030

31-
Always Online does not trigger for HTTP response codes such as [404](/support/troubleshooting/http-status-codes/4xx-client-error/#404-not-foundrfc7231), [503](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-503-service-temporarily-unavailable), or [500](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-500-internal-server-error) errors such as database connection errors or internal server errors.
31+
Always Online does not trigger for HTTP response codes such as [404](/support/troubleshooting/http-status-codes/4xx-client-error/#404-not-found), [503](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-503-service-temporarily-unavailable), or [500](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-500-internal-server-error) errors such as database connection errors or internal server errors.
3232

3333
## Frequently asked questions
3434

src/content/docs/cloudflare-one/implementation-guides/index.mdx

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,38 @@ Implementation guides cover deployment steps and best practices for specific Clo
1313

1414
<CardGrid>
1515

16-
<LinkTitleCard title="Secure your Internet Traffic and SaaS apps" href="/learning-paths/secure-internet-traffic/" icon="seti:lock">
17-
Provide your users and networks with a secure, performant, and flexible path to the Internet.
16+
<LinkTitleCard
17+
title="Secure your Internet Traffic and SaaS apps"
18+
href="/learning-paths/secure-internet-traffic/concepts/"
19+
icon="seti:lock"
20+
>
21+
Provide your users and networks with a secure, performant, and flexible path
22+
to the Internet.
1823
</LinkTitleCard>
1924

20-
<LinkTitleCard title="Replace your VPN" href="/learning-paths/secure-internet-traffic/" icon="seti:db">
25+
<LinkTitleCard
26+
title="Replace your VPN"
27+
href="/learning-paths/replace-vpn/concepts/"
28+
icon="seti:db"
29+
>
2130
Give users secure, auditable network and application access.
2231
</LinkTitleCard>
2332

24-
<LinkTitleCard title="Deploy Zero Trust Web Access" href="/learning-paths/secure-internet-traffic/" icon="laptop">
33+
<LinkTitleCard
34+
title="Deploy Zero Trust Web Access"
35+
href="/learning-paths/zero-trust-web-access/concepts/"
36+
icon="laptop"
37+
>
2538
Secure access to internal web applications without a device client.
2639
</LinkTitleCard>
2740

28-
<LinkTitleCard title="Secure Microsoft 365 email with Email Security" href="/learning-paths/secure-o365-email/" icon="email">
29-
Use Cloudflare's Email Security to protect your Microsoft 365 email inbox from phishing and malware attacks.
41+
<LinkTitleCard
42+
title="Secure Microsoft 365 email with Email Security"
43+
href="/learning-paths/secure-o365-email/concepts/"
44+
icon="email"
45+
>
46+
Use Cloudflare's Email Security to protect your Microsoft 365 email inbox from
47+
phishing and malware attacks.
3048
</LinkTitleCard>
3149

32-
</CardGrid>
50+
</CardGrid>

src/content/docs/cloudflare-one/policies/data-loss-prevention/dlp-policies/logging-options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 2
66
---
77

8-
Data Loss Prevention allows you to capture, store, and view the data that triggered a specific DLP policy for use as forensic evidence. Users on all plans can [log the payload](#log-the-payload-of-matched-policies) of matched HTTP requests in their Cloudflare logs. Additionally, Enterprise users can [configure a Logpush job](#send-http-requests-to-logpush-destination) to send copies of entire matched HTTP requests to storage destinations.
8+
Data Loss Prevention allows you to capture, store, and view the data that triggered a specific DLP policy for use as forensic evidence. Users on all plans can [log the payload](#log-the-payload-of-matched-rules) of matched HTTP requests in their Cloudflare logs. Additionally, Enterprise users can [configure a Logpush job](#send-http-requests-to-logpush-destination) to send copies of entire matched HTTP requests to storage destinations.
99

1010
## Log the payload of matched rules
1111

src/content/docs/cloudflare-one/policies/gateway/block-page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If your organization is still using the default Cloudflare certificate, you will
2323

2424
## Prerequisites
2525

26-
In order to display the block page as the URL of the blocked domain, your devices must have a [Cloudflare certificate](/cloudflare-one/connections/connect-devices/user-side-certificates/manual-deployment/) installed. Enterprise users can also [deploy their own root CA certificate](/cloudflare-one/connections/connect-devices/user-side-certificates/custom-certificate/). If you do not install a certificate, the block page [will not display correctly](#certificate-warning).
26+
In order to display the block page as the URL of the blocked domain, your devices must have a [Cloudflare certificate](/cloudflare-one/connections/connect-devices/user-side-certificates/manual-deployment/) installed. Enterprise users can also [deploy their own root CA certificate](/cloudflare-one/connections/connect-devices/user-side-certificates/custom-certificate/). If you do not install a certificate, the block page [will not display correctly](#certificate-error).
2727

2828
## Turn on the block page
2929

src/content/docs/support/troubleshooting/http-status-codes/1xx-informational.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
pcx_content_type: troubleshooting
33
source: https://support.cloudflare.com/hc/en-us/articles/115003013892-1xx-Informational
44
title: 1xx Informational
5-
65
---
76

8-
The 1xx Informational status codes serve as interim responses that provide connection status updates without completing the request-response cycle. These codes are not intended for final actions but rather to indicate that the request is being processed or additional steps are required.
7+
The 1xx Informational status codes serve as interim responses that provide connection status updates without completing the request-response cycle. These codes are not intended for final actions but rather to indicate that the request is being processed or additional steps are required.
98

109
The requirements the server must follow when sending 1xx Informational status codes in response to a client's request include:
1110

@@ -16,7 +15,7 @@ Cloudflare forwards all 1xx responses from origin servers but does not generate
1615

1716
## 100 Continue
1817

19-
The 100 Continue status indicates that the server has received the request headers and is ready for the client to send the request body. For more information, refer to [RFC7231](https://tools.ietf.org/html/rfc7231).
18+
The 100 Continue status indicates that the server has received the request headers and is ready for the client to send the request body. For more information, refer to [RFC 7231](https://tools.ietf.org/html/rfc7231).
2019

2120
### Common use cases
2221

@@ -30,7 +29,7 @@ Cloudflare uses Keep-Alive connections to maintain persistent communication betw
3029

3130
## 101 Switching Protocols
3231

33-
The 101 Switching Protocols status code indicates that the origin server accepts the client's request to switch protocols. For more information, refer to [RFC7231](https://tools.ietf.org/html/rfc7231).
32+
The 101 Switching Protocols status code indicates that the origin server accepts the client's request to switch protocols. For more information, refer to [RFC 7231](https://tools.ietf.org/html/rfc7231).
3433

3534
### Common use cases
3635

@@ -42,11 +41,11 @@ Cloudflare supports WebSocket connections, which often involve the 101 Switching
4241

4342
## 102 Processing
4443

45-
102 Processing status code indicates that the server has received the request and is currently processing it, but the final response is not yet ready. This status code is only applicable to HTTP/1.1 and higher. For more information, refer to [RFC2518](https://tools.ietf.org/html/rfc2518).
44+
102 Processing status code indicates that the server has received the request and is currently processing it, but the final response is not yet ready. This status code is only applicable to HTTP/1.1 and higher. For more information, refer to [RFC 2518](https://tools.ietf.org/html/rfc2518).
4645

4746
### Common use cases
4847

49-
The 102 Processing status code is commonly used in scenarios requiring long-running operations, such as complex database transactions or large file processing. It helps maintain the connection during extended processing times, typically exceeding 20 seconds, ensuring efficient communication between the client and server throughout the operation.
48+
The 102 Processing status code is commonly used in scenarios requiring long-running operations, such as complex database transactions or large file processing. It helps maintain the connection during extended processing times, typically exceeding 20 seconds, ensuring efficient communication between the client and server throughout the operation.
5049

5150
### Cloudflare-specific information
5251

src/content/docs/support/troubleshooting/http-status-codes/2xx-success.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ A 206 response includes either:
8787
- Partial payload that contains a `Content-Range` header specifying the requested range and the data provided in the response.
8888
- Multipart payload that omits the `Content-Range` header at the top level but includes `Content-Type` and `Content-Range` headers for each part of the multipart response body.
8989

90-
For more details, refer to [RFC 7233 Section 4.1](https://tools.ietf.org/html/rfc7233#page-10).
90+
For more details, refer to [Section 4.1 of RFC 7233](https://tools.ietf.org/html/rfc7233#page-10).
9191

9292
### Cloudflare-specific information
9393

src/content/docs/support/troubleshooting/http-status-codes/3xx-redirection.mdx

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
pcx_content_type: troubleshooting
33
source: https://support.cloudflare.com/hc/en-us/articles/115003011091-3xx-Redirection
44
title: 3xx Redirection
5-
65
---
76

87
3xx codes are a class of responses which indicate that the HTTP client must take another course of action to obtain the complete requested resource.
@@ -16,7 +15,7 @@ The redirect location should be specified in one of the following ways:
1615

1716
The 300 Multiple Choices status indicates that multiple options are available for the requested resource, and the client may select one.
1817

19-
For more information, refer to [RFC7231](https://tools.ietf.org/html/rfc7231).
18+
For more information, refer to [RFC 7231](https://tools.ietf.org/html/rfc7231).
2019

2120
### Common use cases
2221

@@ -30,14 +29,13 @@ The response may include a `Location` header pointing to a preferred option or p
3029

3130
### Cloudflare-specific information
3231

33-
Cloudflare generally bypasses the 300 Multiple Choices response for automated redirections to ensure optimal performance and user experience.
34-
32+
Cloudflare generally bypasses the 300 Multiple Choices response for automated redirections to ensure optimal performance and user experience.
3533

3634
## 301 Moved Permanently
3735

3836
The 301 Moved Permanently status indicates that the requested resource has been assigned a new permanent URI. All future references to this resource should use one of the enclosed URIs.
3937

40-
For more information, refer to [RFC7231](https://tools.ietf.org/html/rfc7231).
38+
For more information, refer to [RFC 7231](https://tools.ietf.org/html/rfc7231).
4139

4240
### Common use cases
4341

@@ -53,13 +51,13 @@ The response typically includes a `Location` header specifying the new URI. This
5351

5452
Cloudflare can generate 301 Moved Permanently responses without needing to query the origin server. For more information, refer to [Redirect Rules](/rules/url-forwarding/).
5553

56-
## 302 Found
54+
## 302 Found
5755

5856
The 302 Found status, also referred to as a temporary redirect, indicates that the requested resource is temporarily located at a different URI. Unlike a 301 Moved Permanently status, which denotes a permanent relocation, the 302 Found status is specifically intended for temporary use.
5957

6058
While the User-Agent may follow the `Location` header to retrieve the resource, it should not replace the current URI as it would for a 301 Moved Permanently.
6159

62-
For more information, refer to [RFC7231](https://tools.ietf.org/html/rfc7231).
60+
For more information, refer to [RFC 7231](https://tools.ietf.org/html/rfc7231).
6361

6462
### Common use cases
6563

@@ -77,7 +75,7 @@ Cloudflare can generate these responses, eliminating the need to send a request
7775

7876
The 303 See Other status indicates that the client should retrieve the resource at a different URI using a `GET` request. Unlike a 301 Moved Permanently redirect, the resource at the redirect location is not necessarily equivalent to the originally requested resource.
7977

80-
For more information, refer to [RFC7231](https://tools.ietf.org/html/rfc7231).
78+
For more information, refer to [RFC 7231](https://tools.ietf.org/html/rfc7231).
8179

8280
### Common use cases
8381

@@ -91,7 +89,7 @@ Cloudflare allows for the configuration of 303 redirects through [Redirect Rules
9189

9290
## 304 Not Modified
9391

94-
The 304 Not Modified status indicates that the requested resource is available and valid in the client's cache. This means that the origin server has not modified the resource since the client's last request, allowing the client to use the cached resource without connecting to the origin server again. Requirements for caches receiving a 304 response are defined in [Section 4.3.4 of \[RFC7234\]](https://tools.ietf.org/html/rfc7234#section-4.3.4).
92+
The 304 Not Modified status indicates that the requested resource is available and valid in the client's cache. This means that the origin server has not modified the resource since the client's last request, allowing the client to use the cached resource without connecting to the origin server again. Requirements for caches receiving a 304 response are defined in [Section 4.3.4 of RFC 7234](https://tools.ietf.org/html/rfc7234#section-4.3.4).
9593

9694
For more information, refer to [RFC 7232](https://tools.ietf.org/html/rfc7232).
9795

@@ -120,7 +118,7 @@ This status code indicates that subsequent requests should be sent through the s
120118

121119
The 307 Temporary Redirect status indicates that a requested resource has been temporarily moved to a different URI, as specified in the `Location` header. Unlike a 302 redirect, the original request method (for example, `GET` or `POST`) must remain unchanged when the redirect is followed automatically. This ensures that temporary changes to a resource's location do not disrupt the intended behavior of the request. User agents may automatically follow the redirect using the `Location` header, but should not replace the original URI for future requests.
122120

123-
For more information, refer to [RFC7231](https://tools.ietf.org/html/rfc7231).
121+
For more information, refer to [RFC 7231](https://tools.ietf.org/html/rfc7231).
124122

125123
### Common use cases
126124

@@ -142,4 +140,4 @@ The 308 Permanent Redirect status is commonly used for permanent resource reloca
142140

143141
### Cloudflare-specific information
144142

145-
Cloudflare can handle 308 Permanent Redirects efficiently, ensuring redirection while maintaining request integrity. These redirects can be configured using [Redirect Rules](/rules/url-forwarding/).
143+
Cloudflare can handle 308 Permanent Redirects efficiently, ensuring redirection while maintaining request integrity. These redirects can be configured using [Redirect Rules](/rules/url-forwarding/).

0 commit comments

Comments
 (0)