Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorial/part-four/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ The last step is to link to our new pages from the index page.
Return to `src/pages/index.js` and let's query for our Markdown slugs and create
links.

```jsx{3,18-19,29,46-48}
```jsx{3,18-19,29,47-49}
import React from "react";
import g from "glamorous";
import Link from "gatsby-link";
Expand Down