Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): fix broken icon link in Tutorial Part Eight (gatsbyjs#15000)
In the current version of the tutorial, the link to the example icon leads here: https://www.gatsbyjs.org/tutorial/part-eight/icon.png, which turns up as a "Page not found" (assuming this is a 404). It looks like the link to the icon isn't accounted for in the build process. Following the contributing suggestions [here](https://www.gatsbyjs.org/contributing/gatsby-style-guide/#format-code-blocks-inline-code-and-images), I'm grabbing the raw source for the icon, which is [this link](https://raw.githubusercontent.com/gatsbyjs/gatsby/master/docs/tutorial/part-eight/icon.png). Please let me know if there's a better way to include a live link to this icon (a cloudinary link, some other link, etc.).
- Loading branch information