Skip to content

Commit

Permalink
fix(www) - Fix anchor link in tutorial sidebar (#20762)
Browse files Browse the repository at this point in the history
* fix(www) - Fix anchor link in tutorial sidebar

At some point we changed the heading without updating the slugs that link to it, so I'm updating it here now.

* Update tutorial-links.yaml
  • Loading branch information
tesseralis authored Jan 29, 2020
1 parent 4686292 commit e22e648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/data/sidebars/tutorial-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
items:
- title: Familiarize with the command line
link: /tutorial/part-zero/#familiarize-yourself-with-the-command-line
- title: Install Node.js and npm
link: /tutorial/part-zero/#-install-nodejs-and-npm
- title: Install Node.js for your appropriate operating system
link: /tutorial/part-zero/#install-nodejs-for-your-appropriate-operating-system
- title: Install Git
link: /tutorial/part-zero/#install-git
- title: Using the Gatsby CLI
Expand Down

0 comments on commit e22e648

Please sign in to comment.