From 87be1068d7fcd321effdca5759175484d0e58326 Mon Sep 17 00:00:00 2001 From: Gurpreet Singh Hanjra Date: Sat, 12 Jan 2019 12:37:42 +0100 Subject: [PATCH] [gatsby-docs]: use correct prefix for docs Link to lifecycle documentation is missing `/docs` prefix from API specification. Add prefix to fix broken link. --- docs/docs/api-specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api-specification.md b/docs/docs/api-specification.md index 02856ef5bf7ab..53ad640cd816b 100644 --- a/docs/docs/api-specification.md +++ b/docs/docs/api-specification.md @@ -11,7 +11,7 @@ on the back burner btw until after v1 comes out). ## Prerequisites -If you’re not familiar with Gatsby’s lifecycle, see the overview [Gatsby Lifecycle APIs](/gatsby-lifecycle-apis/). +If you’re not familiar with Gatsby’s lifecycle, see the overview [Gatsby Lifecycle APIs](/docs/gatsby-lifecycle-apis/). ## Plugins