From a89e6b8c3c7b62709ac9c05524afeb27263185d9 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 6 Mar 2018 08:21:22 -0800 Subject: [PATCH] Added link to context API docs --- content/blog/2018-02-07-react-v-16-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2018-02-07-react-v-16-3.md b/content/blog/2018-02-07-react-v-16-3.md index 4c5c3db2..86420727 100644 --- a/content/blog/2018-02-07-react-v-16-3.md +++ b/content/blog/2018-02-07-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.](#) +[Learn more about the new context API here.](/docs/context.html#api) ## `createRef` API