Skip to content

Commit 341d292

Browse files
jeanlauliacvjeux
authored andcommitted
Update broken link in 'why react' article
1 parent b66fbde commit 341d292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_posts/2013-06-05-why-react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ to render views, which we see as an advantage over templates for a few reasons:
3131
**no manual string concatenation** and therefore less surface area for XSS
3232
vulnerabilities.
3333

34-
We've also created [JSX](http://facebook.github.io/react/docs/syntax.html), an optional
35-
syntax extension, in case you prefer the readability of HTML to raw JavaScript.
34+
We've also created [JSX](/react/docs/jsx-in-depth.html), an optional syntax
35+
extension, in case you prefer the readability of HTML to raw JavaScript.
3636

3737
## Reactive updates are dead simple.
3838

0 commit comments

Comments
 (0)