Skip to content

Commit

Permalink
docs: Fix broken links to gatsby blog theme and gatsby notes theme (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdmorgan authored and pieh committed Oct 25, 2019
1 parent 7061318 commit 27017c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/themes/building-themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Building Themes
---

The quickest way to get up and running with a workspace for building themes is to use the official [`gatsby-starter-theme-workspace`](https://github.com/gatsbyjs/gatsby/tree/master/themes/gatsby-starter-theme-workspace) starter.
The quickest way to get up and running with a workspace for building themes is to use the official [`gatsby-starter-theme-workspace`](https://github.com/gatsbyjs/gatsby-starter-theme-workspace) starter.

<EggheadEmbed
lessonLink="https://egghead.io/lessons/gatsby-use-the-gatsby-theme-workspace-starter-to-begin-building-a-new-theme"
Expand Down Expand Up @@ -106,6 +106,6 @@ A Gatsby theme is a Gatsby site, therefore building with accessibility in mind i

Check out how some existing themes are built:

- The official [Gatsby blog theme](https://github.com/gatsbyjs/gatsby/tree/master/themes/gatsby-theme-blog)
- The official [Gatsby notes theme](https://github.com/gatsbyjs/gatsby/tree/master/themes/gatsby-theme-notes)
- The official [Gatsby blog theme](https://github.com/gatsbyjs/gatsby-starter-blog-theme)
- The official [Gatsby notes theme](https://github.com/gatsbyjs/gatsby-starter-notes-theme)
- The [Apollo themes](https://github.com/apollographql/gatsby-theme-apollo/tree/master/packages). (_You might also be interested in the [Apollo case study on themes](https://www.gatsbyjs.org/blog/2019-07-03-using-themes-for-distributed-docs/) on the blog._)

0 comments on commit 27017c4

Please sign in to comment.