Skip to content

Commit 49bdc88

Browse files
Update src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx
1 parent 89cd20a commit 49bdc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ When your content reaches our edge network, Cloudflare:
4343
* The `Cache-Tag` HTTP header must only contain UTF-8 encoded characters.
4444
* Spaces are not allowed in cache-tags.
4545
* Case does not matter. For example, `Tag1` and `tag1` are considered the same.
46-
* Cache-tags set by a Worker override those from the Origin, meaning that only the tags applied by the Worker will be effective.
46+
* Cache-tags set by a [Worker](/workers/examples/cache-tags/) override those from the Origin, meaning that only the tags applied by the Worker will be effective.
4747

4848
## Purge using cache-tags
4949

0 commit comments

Comments
 (0)