From 87a3a77d385099937b5f7eaeba65eb8f4b9ddb05 Mon Sep 17 00:00:00 2001 From: James Onnen Date: Fri, 28 Feb 2020 13:19:36 -0800 Subject: [PATCH] Fix "advance concepts" link in docs --- docs/api-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-reference.md b/docs/api-reference.md index 404301ac..3274204f 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -196,7 +196,7 @@ type RoactContext = { } ``` -Creates a new context provider and consumer. For a usage guide, see [Advanced Concepts: Context](/advanced/context). +Creates a new context provider and consumer. For a usage guide, see [Advanced Concepts: Context](../advanced/context). `defaultValue` is given to consumers if they have no `Provider` ancestors. It is up to users of Roact's context API to turn this case into an error if it is an invalid state.