Skip to content

Commit 58de609

Browse files
Ben ForsheyKyleAMathews
authored andcommitted
replace absolute links with relative links for gatsbyjs.org docs (#2999)
* 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 * prefer relative links over absolute for docs
1 parent ccdc61d commit 58de609

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: [tutorials](/tutorial/part-one/), [code documentation](/docs/browser-apis/), [explanatory articles](/docs/prpl-pattern/), and [focused guides](/docs/add-404-page/).
1919

2020
# What can I write an article about?
2121

0 commit comments

Comments
 (0)