Skip to content

Commit 47fbb77

Browse files
authored
chore(docs): Fix link to /docs/conceptual/using-gatsby-image (#29930)
1 parent cd39339 commit 47fbb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/how-to/images-and-media/using-gatsby-plugin-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _If you're looking for a guide on using the deprecated `gatsby-image` package, i
66

77
Adding responsive images to your site while maintaining high performance scores can be difficult to do manually. The Gatsby Image plugin handles the hard parts of producing images in multiple sizes and formats for you!
88

9-
Want to learn more about image optimization challenges? Read the Conceptual Guide: [Why Gatsby's Automatic Image Optimizations Matter](docs/conceptual/using-gatsby-image/). For full documentation on all configuration options, see [the reference guide](/docs/reference/built-in-components/gatsby-plugin-image).
9+
Want to learn more about image optimization challenges? Read the Conceptual Guide: [Why Gatsby's Automatic Image Optimizations Matter](/docs/conceptual/using-gatsby-image/). For full documentation on all configuration options, see [the reference guide](/docs/reference/built-in-components/gatsby-plugin-image).
1010

1111
The new Gatsby Image plugin is currently in beta, but you can try it out now and see what it can do for the performance of your site.
1212

0 commit comments

Comments
 (0)