From a8cab557fa690707780ee4a59fed5368b634c885 Mon Sep 17 00:00:00 2001 From: Digiturnal <77262633+digiturnal@users.noreply.github.com> Date: Mon, 18 Oct 2021 10:16:07 +0300 Subject: [PATCH] chore(gatsby-plugin-react-helmet): Update Examples (#33552) Co-authored-by: Lennart --- packages/gatsby-plugin-react-helmet/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/gatsby-plugin-react-helmet/README.md b/packages/gatsby-plugin-react-helmet/README.md index 81e8c5480e6db..9b44782d4637b 100644 --- a/packages/gatsby-plugin-react-helmet/README.md +++ b/packages/gatsby-plugin-react-helmet/README.md @@ -41,5 +41,4 @@ If you are using this plugin with React hooks, you may notice some errors like ` ## Examples -- [kentcdodds.com](https://github.com/kentcdodds/kentcdodds.com/blob/master/src/components/seo/index.js) -- [Jason Lengstorf personal website](https://github.com/jlengstorf/gatsby-theme-jason-blog/blob/master/src/components/SEO/SEO.js) +- [gatsby-starter-blog](https://github.com/gatsbyjs/gatsby/blob/master/starters/blog/src/components/seo.js)