Skip to content

Commit

Permalink
fix(docs): fix links to localhost (on pixabay tutorial) (#21177)
Browse files Browse the repository at this point in the history
* fix links to localhost

* revert link to previous syntax

Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com>
  • Loading branch information
muescha and GatsbyJS Bot committed Feb 18, 2020
1 parent cc99ac6 commit b9837ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/pixabay-source-plugin-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ exports.sourceNodes = (
### Query for results
Your plugin is ready. Restart `npm run develop` and open a browser at [http://localhost:8000/\_\_\_graphql](http://localhost:8000/___graphql). The Pixabay data can be queried from here. try:
Your plugin is ready. Restart `npm run develop` and open a browser at `http://localhost:8000/___graphql`. The Pixabay data can be queried from here. try:

```graphql
{
Expand Down

0 comments on commit b9837ae

Please sign in to comment.