We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a79a71 commit a64faf7Copy full SHA for a64faf7
docs/_posts/2013-06-05-why-react.md
@@ -31,7 +31,7 @@ see as an advantage over templates for a few reasons:
31
**no manual string concatenation** and therefore less surface area for XSS
32
vulnerabilities.
33
34
-We've also created [JSX](facebook.github.io/react/docs/syntax.html), an optional
+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.
36
37
## Reactive updates are dead simple.
0 commit comments