From 700c3e24cd1e0952c7a57aa754e0905f84f84f71 Mon Sep 17 00:00:00 2001 From: Clay Allsopp Date: Wed, 21 Aug 2013 22:38:44 -0700 Subject: [PATCH] Fix broken tutorial link and change wording --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index ef6c1d050..859474aa7 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -677,4 +677,4 @@ var CommentBox = React.createClass({ ### Congrats! -You have just built a comment box in a few simple steps. Learn more about React in the [reference](syntax.html) or start hacking! Good luck! +You have just built a comment box in a few simple steps. Learn more about [why to use React](why-react.html), or dive into the [API reference](reference.html) and start hacking! Good luck!