Browse Source

Use script to find remaining 404s. Fix them.

main
Paul O’Shannessy 12 years ago
parent
commit
742dc5d0b0
  1. 2
      _posts/2013-07-03-community-roundup-4.md
  2. 2
      docs/02.1-jsx-in-depth.md
  3. 2
      downloads.md
  4. 2
      jsx-compiler.md

2
_posts/2013-07-03-community-roundup-4.md

@ -23,7 +23,7 @@ The best part is the demo of how React reconciliation process makes live editing
## React Snippets
Over the past several weeks, members of our team, [Pete Hunt](http://www.petehunt.net/) and [Paul O'Shannessy](http://zpao.com/), answered many questions that were asked in the [React group](https://groups.google.com/forum/#!forum/reactjs). They give a good overview of how to integrate React with other libraries and APIs through the use of [Mixins](/react/docs/mixins.html) and [Lifecycle Methods](/react/docs/advanced-components.html).
Over the past several weeks, members of our team, [Pete Hunt](http://www.petehunt.net/) and [Paul O'Shannessy](http://zpao.com/), answered many questions that were asked in the [React group](https://groups.google.com/forum/#!forum/reactjs). They give a good overview of how to integrate React with other libraries and APIs through the use of [Mixins](/react/docs/reusable-components.html) and [Lifecycle Methods](/react/docs/working-with-the-browser.html).
> [Listening Scroll Event](https://groups.google.com/forum/#!topic/reactjs/l6PnP8qbofk)
>

2
docs/02.1-jsx-in-depth.md

@ -92,7 +92,7 @@ var MyComponent = React.createClass({/*...*/});
var app = <MyComponent someProperty={true} />;
```
See [Component Basics](component-basics.html) to learn more about components.
See [Multiple Components](multiple-components.html) to learn more about using composite components.
> Note:
>

2
downloads.md

@ -29,7 +29,7 @@ The uncompressed, development version of React core with inline documentation.
```
#### <a href="http://fb.me/JSXTransformer-{{site.react_version}}.js">JSX Transform</a>
The JSX transformer used to support [XML syntax](/react/docs/syntax.html) in JavaScript.
The JSX transformer used to support [XML syntax](/react/docs/jsx-in-depth.html) in JavaScript.
```html
<script src="http://fb.me/JSXTransformer-{{site.react_version}}.js"></script>

2
jsx-compiler.md

@ -6,7 +6,7 @@ id: jsx-compiler
<div class="jsxCompiler">
<h1>JSX Compiler</h1>
<p>
This tool demonstrates how <a href="/react/docs/syntax.html">JSX syntax</a>
This tool demonstrates how <a href="/react/docs/jsx-in-depth.html">JSX syntax</a>
is desguared into native JavaScript.
</p>
<div id="jsxCompiler"></div>

Loading…
Cancel
Save