diff --git a/src/content/docs/en/guides/upgrade-to/v3.mdx b/src/content/docs/en/guides/upgrade-to/v3.mdx index 77e76f868b022..e0a401d75c7bb 100644 --- a/src/content/docs/en/guides/upgrade-to/v3.mdx +++ b/src/content/docs/en/guides/upgrade-to/v3.mdx @@ -72,7 +72,7 @@ These features are now available by default: - View Transitions for animated page transitions and persistent islands. See [view transitions API breaking changes and upgrading advice](/en/guides/view-transitions/#upgrade-to-v30-from-v2x) if you were using this experimental flag. - A new image services API `astro:assets` for using images in Astro, including a new `` component and `getImage()` function. Please read the detailed [image upgrade advice](/en/guides/images/#upgrade-to-v30-from-v2x) **whether or not you were using this experimental flag** to see how this might affect your project. -Read more about these two exciting features and more in the 3.0 Blog post! +Read more about these two exciting features and more in [the 3.0 Blog post](https://astro.build/blog/astro-3/)!