diff --git a/docs/docs/custom-html.md b/docs/docs/custom-html.md index b4a92afb84f62..930dea4f7cc7b 100644 --- a/docs/docs/custom-html.md +++ b/docs/docs/custom-html.md @@ -27,10 +27,7 @@ Note: the various props that are rendered into pages _are_ required e.g. ## Inserting HTML into the `` -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 -`` we recommend using -[React Helmet](/plugins/gatsby-plugin-react-helmet/) +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 `` we recommend using [Gatsby's Head API](/docs/reference/built-in-components/gatsby-head/). ## Inserting HTML into the `