Skip to content

Commit

Permalink
use relative links for gatsbyjs.org docs (#3204)
Browse files Browse the repository at this point in the history
Replace absolute links with relative links for gatsbyjs.org docs, similar to #2998.
  • Loading branch information
Ben Forshey authored and KyleAMathews committed Dec 13, 2017
1 parent c6e60cb commit 2bb3890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-remark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins: [`gatsby-transformer-remark`];
```

A full explanation of how to use markdown in Gatsby can be found here:
[Creating a Blog with Gatsby](https://www.gatsbyjs.org/blog/2017-07-19-creating-a-blog-with-gatsby/)
[Creating a Blog with Gatsby](/blog/2017-07-19-creating-a-blog-with-gatsby/)

## Parsing algorithm

Expand Down

0 comments on commit 2bb3890

Please sign in to comment.