Skip to content

Commit

Permalink
chore(gatsby-plugin-manifest): Update pluginOptionsSchema link (#28344)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kasipavankumar authored Nov 30, 2020
1 parent 4c4e8e8 commit 098448f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-manifest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ For more information, see the [W3C specification](https://www.w3.org/TR/appmanif

### Plugin options validation

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).
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).

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.

Expand Down

0 comments on commit 098448f

Please sign in to comment.