From 685b26efd21f8156300f813899d973209b77854d Mon Sep 17 00:00:00 2001 From: Nicholas Martin Date: Wed, 4 Aug 2021 07:47:31 +0100 Subject: [PATCH] chore(docs): Fix URL to sharp (#32682) Fixed an incorrect URL in the documentation for Sharp. --- docs/docs/reference/built-in-components/gatsby-plugin-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/built-in-components/gatsby-plugin-image.md b/docs/docs/reference/built-in-components/gatsby-plugin-image.md index 8ad5e6ec02736..dafc9949243fd 100644 --- a/docs/docs/reference/built-in-components/gatsby-plugin-image.md +++ b/docs/docs/reference/built-in-components/gatsby-plugin-image.md @@ -260,7 +260,7 @@ These values are passed in as an object to `transformOptions`, either as a prop ## All options -The Gatsby Image plugin uses [sharp](https://sharp.pixelplumbing.org) for image processing, and supports passing through many advanced options, such as those affecting cropping behavior or image effects including grayscale or duotone, as well as options specific to each format. +The Gatsby Image plugin uses [sharp](https://sharp.pixelplumbing.com) for image processing, and supports passing through many advanced options, such as those affecting cropping behavior or image effects including grayscale or duotone, as well as options specific to each format. | Option | Default | Description | | --------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |