Skip to content

Commit 4206397

Browse files
authored
fix broken link
1 parent ea4d2bd commit 4206397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/compatibility-flags/fetch-api-request-cf-overrides-cache-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ enable_flag: "request_cf_overrides_cache_rules"
1111
disable_flag: "no_request_cf_overrides_cache_rules"
1212
---
1313

14-
This flag changes the behavior of cache when requesting assets via the [Fetch API](/workers/runtime-apis/fetch). Cache settings specified in the `request.cf` object, such as `cacheEverything` and `cacheTtl`, are now given precedence over any [Cache Rules]([/cache/how-to/cache-rules/) set.
14+
This flag changes the behavior of cache when requesting assets via the [Fetch API](/workers/runtime-apis/fetch). Cache settings specified in the `request.cf` object, such as `cacheEverything` and `cacheTtl`, are now given precedence over any [Cache Rules](/cache/how-to/cache-rules/) set.

0 commit comments

Comments
 (0)