Skip to content

Commit

Permalink
Fix link to React Helmet on customizing html.js (#3074)
Browse files Browse the repository at this point in the history
The link in React Helmet was resulting in a 404 because it was an absolute link to the same URL:

`https://www.gatsbyjs.org/https://www.gatsbyjs.org/packages/gatsby-plugin-react-helmet/`
  • Loading branch information
Cody Wall authored and KyleAMathews committed Nov 30, 2017
1 parent ad3220e commit 8340189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/custom-html.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Note: the various props that are rendered into pages _are_ required e.g.
Also anything you render in the `html.js` component will _not_ be made "live" in
the client like other components. If you want to dynamically update your
`<head>` we recommend using
[React Helmet](https://www.gatsbyjs.org/packages/gatsby-plugin-react-helmet/)
[React Helmet](/packages/gatsby-plugin-react-helmet/)

### Target container

Expand Down

0 comments on commit 8340189

Please sign in to comment.