Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a64faf7

Browse files
committed
Fix broken link in Why React post
1 parent 4a79a71 commit a64faf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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](facebook.github.io/react/docs/syntax.html), an optional
34+
We've also created [JSX](http://facebook.github.io/react/docs/syntax.html), an optional
3535
syntax extension, in case you prefer the readability of HTML to raw JavaScript.
3636

3737
## Reactive updates are dead simple.

0 commit comments

Comments
 (0)