mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
update dead jsx link to point to an extant page
syntax.html no longer exists, so point people at the in depth article instead.
(cherry picked from commit 8f55d94d40)
This commit is contained in:
committed by
Paul O’Shannessy
parent
9801937715
commit
fae1c48470
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user