Skip to content

Commit 8247d43

Browse files
irevenkoLekoArts
andauthoredSep 14, 2020
chore(docs): Fix broken links in blog-netlify-cms-tutorial (#26886)
Co-authored-by: Lennart <lekoarts@gmail.com>
1 parent 9e49435 commit 8247d43

File tree

1 file changed

+3
-3
lines changed
  • docs/tutorial/blog-netlify-cms-tutorial

1 file changed

+3
-3
lines changed
 

‎docs/tutorial/blog-netlify-cms-tutorial/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ title: Making a Gatsby Blog with Netlify CMS
44

55
https://youtu.be/JeTqxCJC56Q
66

7-
This tutorial will use [gatsby-personal-starter-blog](http://t.wang.sh/gatsby-personal-starter-blog), a Gatsby starter based on the official [gatsby-starter-blog](/starters/gatsbyjs/gatsby-starter-blog/). The differences are that `gatsby-personal-starter-blog` is configured to run the blog on a subdirectory, `/blog`, and comes pre-installed with [Netlify CMS](https://www.netlifycms.org/) for content editing. It also adds VS Code highlighting for code blocks.
7+
This tutorial will use [gatsby-personal-starter-blog](https://github.com/thomaswang/gatsby-personal-starter-blog), a Gatsby starter based on the official [gatsby-starter-blog](/starters/gatsbyjs/gatsby-starter-blog/). The differences are that `gatsby-personal-starter-blog` is configured to run the blog on a subdirectory, `/blog`, and comes pre-installed with [Netlify CMS](https://www.netlifycms.org/) for content editing. It also adds VS Code highlighting for code blocks.
88

99
## Prerequisites
1010

1111
- A GitHub account
12-
- The [Gatsby CLI](/docs/gatsby-cli) installed
12+
- The [Gatsby CLI](/docs/gatsby-cli/) installed
1313

1414
## Set up a Netlify CMS-managed Gatsby site in 5 steps:
1515

1616
### Step 1
1717

18-
Open your Terminal and run the following command from the Gatsby CLI to create a new Gatsby site using [gatsby-personal-starter-blog](http://t.wang.sh/gatsby-personal-starter-blog).
18+
Open your Terminal and run the following command from the Gatsby CLI to create a new Gatsby site using [gatsby-personal-starter-blog](https://github.com/thomaswang/gatsby-personal-starter-blog).
1919

2020
```shell
2121
gatsby new [your-project-name] https://github.com/thomaswangio/gatsby-personal-starter-blog

0 commit comments

Comments
 (0)
Please sign in to comment.