Skip to content

Commit

Permalink
fix(docs): link not match text in docs/tutorial/wordpress-sour… (#19828)
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha authored and LekoArts committed Nov 27, 2019
1 parent c65f112 commit 0264f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/wordpress-source-plugin-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ exports.createPages = ({ graphql, actions }) => {
}
```

You will need to stop and start your environment again using `gatsby develop`. When you do, you will not see a change on the index page of the site, but if you navigate to a 404 page, like [http://localhost:8000/asdf](http://localhost:8001/asdf), you should see the two sample posts created and be able to click on them to go to the sample posts:
You will need to stop and start your environment again using `gatsby develop`. When you do, you will not see a change on the index page of the site, but if you navigate to a 404 page, like [http://localhost:8000/asdf](http://localhost:8000/asdf), you should see the two sample posts created and be able to click on them to go to the sample posts:

![Sample post links](/images/wordpress-source-plugin-sample-post-links.gif)

Expand Down

0 comments on commit 0264f27

Please sign in to comment.