From 0e7d3f28f81fa3cdd4419f9e0ffdbc19f1e30aa8 Mon Sep 17 00:00:00 2001 From: Ben Forshey Date: Wed, 22 Nov 2017 15:20:58 -0500 Subject: [PATCH 1/2] 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 --- docs/docs/gatsby-style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/gatsby-style-guide.md b/docs/docs/gatsby-style-guide.md index 423a6dff4fa0a..85ff5bad2a1e4 100644 --- a/docs/docs/gatsby-style-guide.md +++ b/docs/docs/gatsby-style-guide.md @@ -15,7 +15,7 @@ We plan, write, and maintain these Guide articles on GitHub. # What are Guide articles? -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/). +Guide articles can cover a broad range of topics. Please see the following examples: tutorials, code documentation, explanatory articles, and focused guides. # What can I write an article about? From 51d3cb4d045cee0b2ecd44716ea7401642c5202f Mon Sep 17 00:00:00 2001 From: Ben Forshey Date: Sat, 25 Nov 2017 11:07:22 -0500 Subject: [PATCH 2/2] prefer relative links over absolute for docs --- docs/docs/gatsby-style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/gatsby-style-guide.md b/docs/docs/gatsby-style-guide.md index 85ff5bad2a1e4..d3634b7c6896c 100644 --- a/docs/docs/gatsby-style-guide.md +++ b/docs/docs/gatsby-style-guide.md @@ -15,7 +15,7 @@ We plan, write, and maintain these Guide articles on GitHub. # What are Guide articles? -Guide articles can cover a broad range of topics. Please see the following examples: tutorials, code documentation, explanatory articles, and focused guides. +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/). # What can I write an article about?