diff options
author | 2023-07-14 08:05:24 -0300 | |
---|---|---|
committer | 2023-07-14 08:05:24 -0300 | |
commit | de5fbd3e4bb437ef8b5790b7be14a0a03123187c (patch) | |
tree | 4408e91c2faa269817b0bc191357dc48c3bec8ef | |
parent | 8ee94ffbd9b0c055a245f63e766f64f51466eda7 (diff) | |
download | astro-de5fbd3e4bb437ef8b5790b7be14a0a03123187c.tar.gz astro-de5fbd3e4bb437ef8b5790b7be14a0a03123187c.tar.zst astro-de5fbd3e4bb437ef8b5790b7be14a0a03123187c.zip |
[docs] fix link in image integration README (#7649)
-rw-r--r-- | packages/integrations/image/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md index d59fd5f7c..a31854923 100644 --- a/packages/integrations/image/README.md +++ b/packages/integrations/image/README.md @@ -1,6 +1,6 @@ # @astrojs/image 📷 -> ⚠️ This integration will be deprecated in Astro v3.0 (Fall 2023) in favor of the `astro:assets` module. Please see the [Assets documentation](https://docs.astro.build/en/guide/assets/) for more information. +> ⚠️ This integration will be deprecated in Astro v3.0 (Fall 2023) in favor of the `astro:assets` module. Please see the [Assets documentation](https://docs.astro.build/en/guides/assets/) for more information. This **[Astro integration][astro-integration]** optimizes images in your [Astro project](https://astro.build). It is supported in Astro v2 only for all static sites and for [some server-side rendering deploy hosts](#installation). |