diff --git a/docs/tutorial-create-pages.md b/docs/tutorial-create-pages.md index bdb421e11c..bdcc72dbd2 100644 --- a/docs/tutorial-create-pages.md +++ b/docs/tutorial-create-pages.md @@ -70,7 +70,7 @@ I can write content using [GitHub-flavored Markdown syntax](https://github.githu * Let's Go ``` -3. Go to `sidebars.json` and add `"doc4"` after `"doc1"`. This ID should be the same one as in the Markdown file above. +3. Go to `website/sidebars.json` and add `"doc4"` after `"doc1"`. This ID should be the same one as in the Markdown file above. ```diff {