Commit ba9a2fc9 authored by Stephen Sawchuk's avatar Stephen Sawchuk

(flight) fixes #626 - updated links.

parent ecae4c32
...@@ -2,18 +2,18 @@ ...@@ -2,18 +2,18 @@
> Flight is a lightweight, component-based JavaScript framework that maps behavior to DOM nodes. > 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 ## 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: Here are some links you may find helpful:
* [GitHub](https://github.com/twitter/flight) * [GitHub](https://github.com/flightjs/flight)
* [Demo Application](http://twitter.github.com/flight/demo) * [Demo Application](http://twitter.github.io/flight/demo)
* [Installation](https://github.com/twitter/flight/blob/master/README.md#installation) * [Installation](https://github.com/flightjs/flight/blob/master/README.md#installation)
* [Flight on Twitter](http://twitter.com/flight) * [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)._ _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 @@ ...@@ -863,7 +863,7 @@
"flight": { "flight": {
"name": "Flight", "name": "Flight",
"description": "Flight is a lightweight, component-based JavaScript framework that maps behavior to DOM nodes.", "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": [{ "examples": [{
"name": "Dependency Example", "name": "Dependency Example",
"url": "dependency-examples/flight" "url": "dependency-examples/flight"
...@@ -872,13 +872,13 @@ ...@@ -872,13 +872,13 @@
"heading": "Official Resources", "heading": "Official Resources",
"links": [{ "links": [{
"name": "GitHub", "name": "GitHub",
"url": "https://github.com/twitter/flight" "url": "https://github.com/flightjs/flight"
}, { }, {
"name": "Demo Application", "name": "Demo Application",
"url": "http://twitter.github.com/flight/demo" "url": "http://twitter.github.io/flight/demo/"
}, { }, {
"name": "Installation", "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", "name": "Flight on Twitter",
"url": "http://twitter.com/flight" "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