Skip to content

Commit 896b08b

Browse files
broken links
1 parent b3fbe45 commit 896b08b

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

src/content/docs/ai-audit/features/manage-ai-crawlers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ The **AI Crawlers** tab displays a table of AI crawlers that are requesting acce
2525
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2626
| AI Crawlers | The name of the AI crawler. |
2727
| Operator | The name of the entity who owns the AI crawler. Note that an operator may have multiple AI crawlers. |
28-
| Category | The category of the AI crawler. Refer to [Verified bot categories](/bots/concepts/bot/verified-bots/categories/). |
28+
| Category | The category of the AI crawler. Refer to [Verified bot categories](/bots/concepts/bot/verified-bots/#categories). |
2929
| Block | Toggle for blocking specific AI crawlers. |
3030

3131
</TabItem> <TabItem label="Paid plan">
3232
| Column | Details |
3333
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3434
| AI Crawlers | The name of the AI crawler. |
3535
| Operator | The name of the entity who owns the AI crawler. Note that an operator may have multiple AI crawlers. |
36-
| Category | The category of the AI crawler. Refer to [Verified bot categories](/bots/concepts/bot/verified-bots/categories/). |
36+
| Category | The category of the AI crawler. Refer to [Verified bot categories](/bots/concepts/bot/verified-bots/#categories). |
3737
| Requests | The number of times the AI crawler has requested to crawl your content. |
3838
| Robots.txt violations | The number of times the AI crawler has violated your <GlossaryTooltip term="robots.txt">`robots.txt`</GlossaryTooltip> file. |
3939
| Action | The action you wish to take for the AI crawler. Refer to [Take action for each AI crawler](/ai-audit/features/manage-ai-crawlers/#take-action-for-each-ai-crawler). |

src/content/docs/ai-audit/features/pay-per-crawl/use-pay-per-crawl-as-ai-owner/crawl-pages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To access this content, the AI crawler must provide headers for paid access.
3333

3434
### 2.1. Include WBA headers
3535

36-
Include Web Bot Auth headers by following the steps [Sign your requests](/bots/concepts/bot/verified-bots/web-bot-auth/#4-after-verification-sign-your-requests)
36+
Include Web Bot Auth headers by following the steps [Sign your requests](/bots/reference/bot-verification/web-bot-auth/#4-after-verification-sign-your-requests)
3737

3838
### 2.2. Include payment headers
3939

src/content/docs/ai-audit/features/pay-per-crawl/use-pay-per-crawl-as-ai-owner/verify-ai-crawler.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To access this content, you must verify your AI crawler.
3737

3838
Ensure your AI crawler identifies itself with the required headers for Web Bot Auth.
3939

40-
Follow the steps found in [Web Both Auth](/bots/concepts/bot/verified-bots/web-bot-auth/).
40+
Follow the steps found in [Web Both Auth](/bots/reference/bot-verification/web-bot-auth/).
4141

4242
## 2. Follow verified bot policy
4343

src/content/docs/bots/concepts/bot/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more background, refer to [What is a bot?](https://www.cloudflare.com/learni
2323

2424
<Render file="verified-bots" product="bots" />
2525

26-
For more information, refer to [Verified bots](/bots/concepts/bot/verified-bots/overview/).
26+
For more information, refer to [Verified bots](/bots/concepts/bot/verified-bots/).
2727

2828
:::note
2929

src/content/docs/bots/concepts/bot/verified-bots/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For a bot to be verified, it must meet the following requirements:
2525

2626
1. The bot must follow [verified bots policy](/bots/concepts/bot/verified-bots/policy/).
2727
2. The bot must be verified using one of the following verification methods:
28-
- [Web Bot Auth](/bots/concepts/bot/verified-bots/web-bot-auth/)
28+
- [Web Bot Auth](/bots/reference/bot-verification/web-bot-auth/)
2929
- [IP validation](/bots/concepts/bot/verified-bots/ip-validation/)
3030

3131
Once Cloudflare verifies a bot, it should appear on [Cloudflare Radar's list of verified bots](https://radar.cloudflare.com/verified-bots).

src/content/docs/bots/frequently-asked-questions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ Cloudflare uses [`http-signature-directory` tool](https://crates.io/crates/http-
232232

233233
### My message is failing validation. What could be the cause?
234234

235-
- Ensure you have a [`Signature-Agent` header](/bots/concepts/bot/verified-bots/web-bot-auth/#signature-agent-header), and that its value is in double-quotes.
236-
- Ensure you include `signature-agent` in the component list in your [`Signature-Input` header](/bots/concepts/bot/verified-bots/web-bot-auth/#signature-agent-header).
235+
- Ensure you have a [`Signature-Agent` header](/bots/reference/bot-verification/web-bot-auth/#signature-agent-header), and that its value is in double-quotes.
236+
- Ensure you include `signature-agent` in the component list in your [`Signature-Input` header](/bots/reference/bot-verification/web-bot-auth/#signature-agent-header).
237237
- Ensure your `expires` timestamp is not too short, such that, by the time it arrives at Cloudflare servers, it has already expired. A minute is often sufficient.
238238
- Ensure you are not signing components containing non-ASCII values, or on the unsupported list.
239239

src/content/docs/bots/reference/alerts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ You can also choose to group by the following dimensions so that they can be ale
6969
- Bot Detection IDs
7070

7171
:::note
72-
Bot Detection Alerts exclude [verified bots](/bots/concepts/bot/verified-bots/categories/).
72+
Bot Detection Alerts exclude [verified bots](/bots/concepts/bot/verified-bots/).
7373
:::

src/content/docs/bots/reference/bot-management-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Bot Management provides access to several [new variables](/ruleset-engine/rules-
1717
- **Serves Static Resource** (`cf.bot_management.static_resource`): An identifier that matches [file extensions](/bots/additional-configurations/static-resources/) for many types of static resources. Use this variable if you send emails that retrieve static images.
1818
- **ja3Hash** (`cf.bot_management.ja3_hash`) and **ja4** (`cf.bot_management.ja4`): A [**JA3/JA4 fingerprint**](/bots/additional-configurations/ja3-ja4-fingerprint/) helps you profile specific SSL/TLS clients across different destination IPs, Ports, and X509 certificates.
1919
- **Bot Detection IDs** (`cf.bot_management.detection_ids`): List of IDs that correlate to the Bot Management heuristic detections made on a request (you can have multiple heuristic detections on the same request).
20-
- **Verified Bot Categories** (`cf.verified_bot_category`): A string that allows you to segment your verified bot traffic by its [type and purpose](/bots/concepts/bot/verified-bots/categories/).
20+
- **Verified Bot Categories** (`cf.verified_bot_category`): A string that allows you to segment your verified bot traffic by its [type and purpose](/bots/concepts/bot/verified-bots/#categories).
2121

2222
## Workers variables
2323

src/content/docs/browser-rendering/reference/automatic-request-headers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ These headers are meant to ensure transparency and cannot be removed or overridd
2121
| `Signature-agent` | [The location of the bot public keys](https://web-bot-auth.cloudflare-browser-rendering-085.workers.dev), used to sign the request and verify it came from Cloudflare |
2222
| `Signature` and `Signature-input`| A digital signature, used to validate requests, as shown in [this architecture document](https://datatracker.ietf.org/doc/html/draft-meunier-web-bot-auth-architecture) |
2323

24-
The `Signature` headers use an authentication method called [Web Bot Auth](/bots/concepts/bot/verified-bots/web-bot-auth/). Web Bot Auth leverages cryptographic signatures in HTTP messages to verify that a request comes from an automated bot. To verify a request originated from Cloudflare Browser Rendering, use the keys found on [this directory](https://web-bot-auth.cloudflare-browser-rendering-085.workers.dev/.well-known/http-message-signatures-directory) to verify the `Signature` and `Signature-Input` found in the headers from the incoming request. A successful verification proves that the request originated from Cloudflare Browser Rendering and has not been tampered with in transit.
24+
The `Signature` headers use an authentication method called [Web Bot Auth](/bots/reference/bot-verification/web-bot-auth/). Web Bot Auth leverages cryptographic signatures in HTTP messages to verify that a request comes from an automated bot. To verify a request originated from Cloudflare Browser Rendering, use the keys found on [this directory](https://web-bot-auth.cloudflare-browser-rendering-085.workers.dev/.well-known/http-message-signatures-directory) to verify the `Signature` and `Signature-Input` found in the headers from the incoming request. A successful verification proves that the request originated from Cloudflare Browser Rendering and has not been tampered with in transit.

src/content/fields/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ entries:
497497
keywords: [request, bots, client, visitor]
498498
summary: Provides the type and purpose of a verified bot.
499499
description: |-
500-
For more details, refer to [Verified bot categories](/bots/concepts/bot/verified-bots/categories/).
500+
For more details, refer to [Verified bot categories](/bots/concepts/bot/verified-bots/#categories).
501501
502502
- name: cf.bot_management.score
503503
data_type: Number

0 commit comments

Comments
 (0)