Skip to content

Commit 098448f

Browse files
chore(gatsby-plugin-manifest): Update pluginOptionsSchema link (#28344)
Current link of the `pluginOptionsSchema.js` redirects to a non-existent (404) page on at https://www.gatsbyjs.com/plugins/gatsby-plugin-manifest/#plugin-options-validation. This commit fixes and points it to the actual file on the repository.
1 parent 4c4e8e8 commit 098448f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-manifest/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ For more information, see the [W3C specification](https://www.w3.org/TR/appmanif
449449

450450
### Plugin options validation
451451

452-
This plugin validates plugin options set in the `gatsby-config.js`. It validates the options used by the plugin and the entire WebAppManifest spec. To see the exact implementation of the validator see [src/pluginOptionsSchema.js](src/pluginOptionsSchema.js).
452+
This plugin validates plugin options set in the `gatsby-config.js`. It validates the options used by the plugin and the entire WebAppManifest spec. To see the exact implementation of the validator see [src/pluginOptionsSchema.js](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js).
453453

454454
The WebAppManifest spec is not stable at the time of writing. This version of the validator adheres the [most recent](https://www.w3.org/TR/2020/WD-appmanifest-20201019/) version of the specification available.
455455

0 commit comments

Comments
 (0)