Skip to content

Commit 60d05b0

Browse files
authored
[Rules] Fix broken anchor (#18959)
1 parent 6405578 commit 60d05b0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/content/docs/rules/reference/page-rules-migration.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To make the transition seamless, Cloudflare will handle the migration of your ex
1818
If you wish to explore the benefits of modern Rules features sooner, you can begin adopting them today. Doing so allows you to:
1919

2020
- Take advantage of modern features and capabilities sooner.
21-
- Customise and refine your rules to match your evolving needs.
21+
- Customize and refine your rules to match your evolving needs.
2222

2323
To assist with this process, we provide you with a comprehensive mapping between Page Rules settings and modern Rules products in this guide.
2424

@@ -54,11 +54,12 @@ The following example demonstrates the use of the [`http.request.full_uri`](/rul
5454
<Example>
5555
A **Page Rules URL** like:
5656

57-
`example.com/*/downloads/*.txt`
57+
`example.com/*/downloads/*.txt`
5858

5959
becomes a **filter expression** such as:
6060

6161
`http.request.full_uri wildcard "http*://example.com/*/downloads/*.txt*"`
62+
6263
</Example>
6364

6465
[Single Redirects](/rules/url-forwarding/single-redirects/create-dashboard/) and [Rewrite URL](/rules/transform/url-rewrite/create-dashboard/) rules also offer a simplified view called **Wildcard pattern**, allowing you to specify URL patterns (`http*://example.com/*/downloads/*.txt*`) without specifying the full filter expression (`http.request.full_uri wildcard "http*://example.com/*/downloads/*.txt*"`).
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
{}
3-
43
---
54

65
:::caution
76

8-
The default behavior of Cache Rules is different from Page Rules. Refer to [Behavior change in Cache Rules](#behavior-change-in-cache-rules) for more information.
7+
The default behavior of Cache Rules is different from Page Rules. Refer to [Key differences](#key-differences) for more information.
8+
99
:::

0 commit comments

Comments
 (0)