Skip to content

Commit

Permalink
fix(docs): Fix broken links in tutorial (gatsbyjs#15004)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalat authored and gillkyle committed Jun 25, 2019
1 parent fc2bdf2 commit aae0996
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions www/src/data/sidebars/tutorial-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
link: /tutorial/part-zero/#overview-of-core-technologies
- title: Familiarize with the command line
link: /tutorial/part-zero/#familiarize-yourself-with-the-command-line
- title: Install Node.js
link: /tutorial/part-zero/#install-nodejs
- title: Familiarize with npm
link: /tutorial/part-zero/#familiarize-yourself-with-npm
- title: Install Node.js and npm
link: /tutorial/part-zero/#-install-nodejs-and-npm
- title: Install Git
link: /tutorial/part-zero/#install-git
- title: Using the Gatsby CLI
Expand Down Expand Up @@ -64,7 +62,7 @@
ui: steps
items:
- title: Recap of the first half of the tutorial
link: /tutorial/part-four/#recap-of-first-half-of-the-tutorial
link: /tutorial/part-four/#recap-of-the-first-half-of-the-tutorial
- title: Data in Gatsby
link: /tutorial/part-four/#data-in-gatsby
- title: How Gatsby uses GraphQL
Expand Down

0 comments on commit aae0996

Please sign in to comment.