Commit ba9a2fc9 authored by Stephen Sawchuk's avatar Stephen Sawchuk

(flight) fixes #626 - updated links.

parent ecae4c32
......@@ -2,18 +2,18 @@
> Flight is a lightweight, component-based JavaScript framework that maps behavior to DOM nodes.
> _[Flight - twitter.github.io/flight](http://twitter.github.io/flight)_
> _[Flight - flightjs.github.io](http://flightjs.github.io)_
## Learning Flight
The [Flight website](http://twitter.github.io/flight) is a great resource for getting started.
The [Flight website](http://flightjs.github.io) is a great resource for getting started.
Here are some links you may find helpful:
* [GitHub](https://github.com/twitter/flight)
* [Demo Application](http://twitter.github.com/flight/demo)
* [Installation](https://github.com/twitter/flight/blob/master/README.md#installation)
* [GitHub](https://github.com/flightjs/flight)
* [Demo Application](http://twitter.github.io/flight/demo)
* [Installation](https://github.com/flightjs/flight/blob/master/README.md#installation)
* [Flight on Twitter](http://twitter.com/flight)
_If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._
......@@ -863,7 +863,7 @@
"flight": {
"name": "Flight",
"description": "Flight is a lightweight, component-based JavaScript framework that maps behavior to DOM nodes.",
"homepage": "twitter.github.io/flight",
"homepage": "flightjs.github.io",
"examples": [{
"name": "Dependency Example",
"url": "dependency-examples/flight"
......@@ -872,13 +872,13 @@
"heading": "Official Resources",
"links": [{
"name": "GitHub",
"url": "https://github.com/twitter/flight"
"url": "https://github.com/flightjs/flight"
}, {
"name": "Demo Application",
"url": "http://twitter.github.com/flight/demo"
"url": "http://twitter.github.io/flight/demo/"
}, {
"name": "Installation",
"url": "https://github.com/twitter/flight/blob/master/README.md#installation"
"url": "https://github.com/flightjs/flight/blob/master/README.md#installation"
}, {
"name": "Flight on Twitter",
"url": "http://twitter.com/flight"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment