Browse Source

update dead jsx link to point to an extant page

syntax.html no longer exists, so point people at the in depth article instead.
main
Hugo Jobling 12 years ago
parent
commit
f5d3500cfa
  1. 2
      docs/tutorial.md

2
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

Loading…
Cancel
Save