Skip to content

Commit 0e7d3f2

Browse files
author
Ben Forshey
authored
fix links for both gatsbyjs.org and github.com
These links have to function both within gatsbyjs.org and within github.com, so I think they should be written as inline HTML. The currently do not resolve correctly within gatsbyjs.org. #2998
1 parent 17848d7 commit 0e7d3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/gatsby-style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We plan, write, and maintain these Guide articles on GitHub.
1515

1616
# What are Guide articles?
1717

18-
Guide articles can cover a broad range of topics. Please see the following examples: [tutorials](https://www.gatsbyjs.org/tutorial/part-one/), [code documentation](https://www.gatsbyjs.org/docs/browser-apis/), [explanatory articles](https://www.gatsbyjs.org/docs/prpl-pattern/), and [focused guides](https://www.gatsbyjs.org/docs/add-404-page/).
18+
Guide articles can cover a broad range of topics. Please see the following examples: <a href="https://www.gatsbyjs.org/tutorial/part-one/" target="_blank">tutorials</a>, <a href="https://www.gatsbyjs.org/docs/browser-apis/" target="_blank">code documentation</a>, <a href="https://www.gatsbyjs.org/docs/prpl-pattern/" target="_blank">explanatory articles</a>, and <a href="https://www.gatsbyjs.org/docs/add-404-page/" target="_blank">focused guides</a>.
1919

2020
# What can I write an article about?
2121

0 commit comments

Comments
 (0)