diff --git a/src/content/docs/cache/how-to/purge-cache/purge-varied-images.mdx b/src/content/docs/cache/how-to/purge-cache/purge-varied-images.mdx index 544ed07042fee1b..74cc8d4c86b9b8e 100644 --- a/src/content/docs/cache/how-to/purge-cache/purge-varied-images.mdx +++ b/src/content/docs/cache/how-to/purge-cache/purge-varied-images.mdx @@ -6,4 +6,4 @@ sidebar: --- -Purging varied images instantly purges all content variants for that URL. This behavior occurs so that if an image changes, you can easily update the cache with a single purge request instead of trying to determine the potential number of out-of-date variants. The behavior is true regardless of purge type used, such as single file, tag, or hostname. +Purging varied images instantly purges all content variants for that URL. This behavior occurs so that if an image changes, you can easily update the cache with a single purge request instead of trying to determine the potential number of out-of-date variants. The behavior is true regardless of [purge type](/cache/how-to/purge-cache/) used, such as [single file](/cache/how-to/purge-cache/purge-by-single-file/), [tag](/cache/how-to/purge-cache/purge-by-tags/), or [hostname](/cache/how-to/purge-cache/purge-by-hostname/).