diff --git a/docs/api-reference/next/image.md b/docs/api-reference/next/image.md index e596719b242e8..7ce38c6b849e4 100644 --- a/docs/api-reference/next/image.md +++ b/docs/api-reference/next/image.md @@ -101,8 +101,7 @@ When `responsive`, the image will scale the dimensions down for smaller viewports and scale up for larger viewports. When `fill`, the image will stretch both width and height to the dimensions of -the parent element, usually paired with -[object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit). +the parent element, usually paired with the [`objectFit`](#objectFit) property. Try it out: