From f5d3500cfadc8d7c0b0735e5fc629a3dc025f3be Mon Sep 17 00:00:00 2001 From: Hugo Jobling Date: Thu, 18 Jul 2013 10:36:54 +0100 Subject: [PATCH] update dead jsx link to point to an extant page syntax.html no longer exists, so point people at the in depth article instead. --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 04b313ecf..8e640f450 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -99,7 +99,7 @@ React.renderComponent( ); ``` -Its use is optional but we've found JSX syntax easier to use than plain JavaScript. Read more on the [JSX Syntax article](syntax.html). +Its use is optional but we've found JSX syntax easier to use than plain JavaScript. Read more on the [JSX Syntax article](jsx-in-depth.html). #### What's going on