Skip to content

Commit

Permalink
Fix Starter Library URL and update copy (#10368)
Browse files Browse the repository at this point in the history
Previously the "starter list" linked to a page that wasn't found. This fixes it and updates the copy to reflect the current name. 

<!--
  Q. Which branch should I use for my pull request?
  A. Your best bet is to go for `master`. If you are unsure, ask in the PR, and a Gatsby mantainer will be happy to help :)

  Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.

  Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
-->
  • Loading branch information
rgoldfinger authored and shannonbux committed Dec 11, 2018
1 parent dfc069d commit 60e212f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Read the [Gatsby project structure](/docs/gatsby-project-structure/) guide for a
Starters are boilerplate Gatsby sites maintained officially, or by the community.

- Learn how to use the Gatsby CLI tool to use starters in [tutorial part one](/tutorial/part-one/#using-gatsby-starters)
- See a list of [official and community starters](/docs/gatsby-starters/)
- Browse the [Starter Library](/starters/)
- Check out Gatsby's [official default starter](https://github.com/gatsbyjs/gatsby-starter-default)

## Creating pages
Expand Down

0 comments on commit 60e212f

Please sign in to comment.