From c865bac3f2307acb0e646d4f8c2f987df1a318c3 Mon Sep 17 00:00:00 2001 From: SilencerWeb Date: Tue, 15 Jan 2019 11:54:10 +0500 Subject: [PATCH] fix(docs): update #urls inside the sidebar on tutorial pages (#11035) * Fix links in the sidebar for zero part of the tutorial * Fix links in the sidebar for second and eighth parts of the tutorial --- www/src/data/sidebars/tutorial-links.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/src/data/sidebars/tutorial-links.yaml b/www/src/data/sidebars/tutorial-links.yaml index ce3842ec82f60..5838ee0c029a3 100644 --- a/www/src/data/sidebars/tutorial-links.yaml +++ b/www/src/data/sidebars/tutorial-links.yaml @@ -9,11 +9,11 @@ - title: Overview of core technologies link: /tutorial/part-zero/#overview-of-core-technologies - title: Familiarize with the command line - link: /tutorial/part-zero/#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-with-npm + link: /tutorial/part-zero/#familiarize-yourself-with-npm - title: Install Git link: /tutorial/part-zero/#install-git - title: Install Gatsby CLI @@ -45,7 +45,7 @@ - title: Creating global styles with standard css files link: /tutorial/part-two/#creating-global-styles-with-standard-css-files - title: Using component-scoped CSS - link: /tutorial/part-two/#using-component-css + link: /tutorial/part-two/#using-component-scoped-css - title: Styling using CSS Modules link: /tutorial/part-two/#css-modules - title: Styling using CSS-in-JS @@ -101,7 +101,7 @@ ui: steps items: - title: Audit with Lighthouse - link: /tutorial/part-eight/#auditing-with-lighthouse + link: /tutorial/part-eight/#audit-with-lighthouse - title: Add a manifest file link: /tutorial/part-eight/#add-a-manifest-file - title: Add offline support