Skip to content

Commit 1ed72d6

Browse files
authored
Fix redirects to MDN responsive images (#1824)
1 parent 26111e2 commit 1ed72d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ This is useful when you want to define a `picture` variant to be used in templat
438438
With image size optimization, the browser is able to choose the optimal image for each display size.
439439
But we have no control over which scale the browser will actually use.
440440
For example to force the browser to use a zoomed version of an image for smaller screens, we can use media queries.
441-
The technique is called [art direction](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images#art_direction).
441+
The technique is called [art direction](https://developer.mozilla.org/en-US/docs/Web/HTML/Responsive_images#art_direction).
442442

443443
Let's have a look at a more advanced configuration:
444444

0 commit comments

Comments
 (0)