From bd1a0c5db744e45f24f5434b8793add6e0295b6f Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 20 Dec 2024 04:12:32 -0800 Subject: [PATCH] Fix redirects to MDN responsive images --- docs/classic-ui/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/classic-ui/images.md b/docs/classic-ui/images.md index fe7b2c568..5e5dbdb1e 100644 --- a/docs/classic-ui/images.md +++ b/docs/classic-ui/images.md @@ -438,7 +438,7 @@ This is useful when you want to define a `picture` variant to be used in templat With image size optimization, the browser is able to choose the optimal image for each display size. But we have no control over which scale the browser will actually use. For example to force the browser to use a zoomed version of an image for smaller screens, we can use media queries. -The technique is called [art direction](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images#art_direction). +The technique is called [art direction](https://developer.mozilla.org/en-US/docs/Web/HTML/Responsive_images#art_direction). Let's have a look at a more advanced configuration: