diff options
author | 2023-10-26 12:33:30 -0500 | |
---|---|---|
committer | 2023-10-26 12:33:30 -0500 | |
commit | 35c5265dc2b1e5940e14eebc50c7ccff98fe5f3b (patch) | |
tree | 8f4ab634324e1003859d39d2b35725e4a90955a1 | |
parent | 7a35aedbefdca7442357092f9e488b5b5785580c (diff) | |
download | astro-35c5265dc2b1e5940e14eebc50c7ccff98fe5f3b.tar.gz astro-35c5265dc2b1e5940e14eebc50c7ccff98fe5f3b.tar.zst astro-35c5265dc2b1e5940e14eebc50c7ccff98fe5f3b.zip |
Update page partials link in CHANGELOG (#8927)
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
-rw-r--r-- | packages/astro/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 64916ccf0..d7fd918ae 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -22,7 +22,7 @@ Other valid page files that can export a value (e.g. `.mdx`) can also be marked as partials. - Read more about [Astro page partials](/en/core-concepts/astro-pages/#partials) in our documentation. + Read more about [Astro page partials](https://docs.astro.build/en/core-concepts/astro-pages/#page-partials) in our documentation. - [#8821](https://github.com/withastro/astro/pull/8821) [`4740d761a`](https://github.com/withastro/astro/commit/4740d761aeb526dbd79517ebe8cd934f90b17f7c) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Improved image optimization performance |