From 4557289b0b3edb2cb02802a41a54d23a95c4aedc Mon Sep 17 00:00:00 2001 From: Levi Thomason Date: Wed, 17 Aug 2016 14:51:25 -0700 Subject: [PATCH] fix(introduction): AutoControlledComponent link --- docs/app/Views/Introduction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/Views/Introduction.js b/docs/app/Views/Introduction.js index 2cf6f60c49..64214be82f 100644 --- a/docs/app/Views/Introduction.js +++ b/docs/app/Views/Introduction.js @@ -234,7 +234,7 @@ const Introduction = () => (

Take a look at our - +  AutoControlledComponent  to see how this was done.