Skip to content

Commit fbc35bc

Browse files
committed
Add some more links
1 parent 5796b53 commit fbc35bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/rules/transform/managed-transforms/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Managed Transforms allow you to perform common adjustments to HTTP request and r
1515

1616
For a complete list, refer to [Available Managed Transforms](/rules/transform/managed-transforms/reference/).
1717

18-
When you enable a Managed Transform, Cloudflare internally deploys one or more Transform Rules to handle the common configuration you selected. These generated rules will not count against the maximum number of Transform Rules available in your Cloudflare plan.
18+
When you enable a Managed Transform, Cloudflare internally deploys one or more Transform Rules to handle the common configuration you selected. These generated rules will not count against the [maximum number of Transform Rules](/rules/transform/#availability) available in your Cloudflare plan.
1919

2020
Enabled Managed Transforms will apply to all inbound requests for the zone.
2121

@@ -25,4 +25,4 @@ The generated internal Transform Rules will not appear in the Transform Rules li
2525

2626
## Next steps
2727

28-
For dashboard and API instructions, refer to [Configure Managed Transforms](/rules/transform/managed-transforms/configure/).
28+
For dashboard, API, and Terraform instructions, refer to [Configure Managed Transforms](/rules/transform/managed-transforms/configure/).

src/content/docs/rules/transform/url-rewrite/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Rewrite URL rules can perform static or dynamic rewrites:
3333
- **Static rewrite**: Replaces a given part of a request URL (path or query string) with a static string.
3434
- **Dynamic rewrite**: Supports more advanced scenarios where you use a rewrite expression to define the resulting path or query string.
3535

36-
Create rewrite URL rules [in the dashboard](/rules/transform/url-rewrite/create-dashboard/) or [via API](/rules/transform/url-rewrite/create-api/).
36+
Create rewrite URL rules [in the dashboard](/rules/transform/url-rewrite/create-dashboard/), [via Cloudflare API](/rules/transform/url-rewrite/create-api/), or [using Terraform](/terraform/additional-configurations/transform-rules/#create-a-rewrite-url-rule).
3737

3838
## Serve images from custom paths
3939

0 commit comments

Comments
 (0)