diff --git a/files/en-us/web/css/how_to/layout_cookbook/index.md b/files/en-us/web/css/how_to/layout_cookbook/index.md index 9f39ca8e5aa8df8..91ac939008c883f 100644 --- a/files/en-us/web/css/how_to/layout_cookbook/index.md +++ b/files/en-us/web/css/how_to/layout_cookbook/index.md @@ -36,8 +36,8 @@ The CSS layout cookbook aims to bring together recipes for common layout pattern [pagination]: /en-US/docs/Web/CSS/How_to/Layout_cookbook/Pagination [card]: /en-US/docs/Web/CSS/How_to/Layout_cookbook/Card [grid-wrapper]: /en-US/docs/Web/CSS/How_to/Layout_cookbook/Grid_wrapper -[css-grid]: /en-US/docs/Web/CSS/CSS_grid_layout -[multicol]: /en-US/docs/Web/CSS/CSS_multicol_layout +[css-grid]: /en-US/docs/Web/CSS/Guides/Grid_layout +[multicol]: /en-US/docs/Web/CSS/Guides/Multicol_layout [flexbox]: /en-US/docs/Web/CSS/CSS_flexible_box_layout [box-alignment]: /en-US/docs/Web/CSS/CSS_box_alignment diff --git a/files/en-us/web/html/reference/elements/picture/index.md b/files/en-us/web/html/reference/elements/picture/index.md index 04715504f5a86ae..cad04be1c1e666e 100644 --- a/files/en-us/web/html/reference/elements/picture/index.md +++ b/files/en-us/web/html/reference/elements/picture/index.md @@ -70,7 +70,7 @@ If the {{HTMLElement("source")}}'s media condition evaluates to `false`, the bro ``` -You can swap image assets for light and dark themes using the [`prefers-color-scheme`](/en-US/docs/Web/CSS/@media/prefers-color-scheme) media feature: +You can swap image assets for light and dark themes using the [`prefers-color-scheme`](/en-US/docs/Web/CSS/Reference/At-rules/@media/prefers-color-scheme) media feature: ```html @@ -221,4 +221,4 @@ The `type` attribute specifies a [MIME type](/en-US/docs/Web/HTTP/Guides/MIME_ty - {{HTMLElement("source")}} element - Positioning and sizing the picture within its frame: {{cssxref("object-position")}} and {{cssxref("object-fit")}} - [Image file type and format guide](/en-US/docs/Web/Media/Guides/Formats/Image_types) -- [CSS `prefers-color-scheme` media feature](/en-US/docs/Web/CSS/@media/prefers-color-scheme) +- [CSS `prefers-color-scheme` media feature](/en-US/docs/Web/CSS/Reference/At-rules/@media/prefers-color-scheme)