From 5a587d187e25dd4ff2011b0c063d329786957913 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Thu, 29 Mar 2018 12:31:57 -0700 Subject: [PATCH] Tweaked link to Context API --- content/blog/2018-03-29-react-v-16-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2018-03-29-react-v-16-3.md b/content/blog/2018-03-29-react-v-16-3.md index 350f9c01..4c88f3e3 100644 --- a/content/blog/2018-03-29-react-v-16-3.md +++ b/content/blog/2018-03-29-react-v-16-3.md @@ -24,7 +24,7 @@ Version 16.3 introduces a new context API that is more efficient and supports bo Here is an example illustrating how you might inject a "theme" using the new context API: `embed:16-3-release-blog-post/context-example.js` -[Learn more about the new context API here.](/docs/context.html#api) +[Learn more about the new context API here.](/docs/context.html) ## `createRef` API