Skip to content

Commit

Permalink
(flight) fixes tastejs#626 - updated links.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Jul 8, 2013
1 parent ecae4c3 commit ba9a2fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions dependency-examples/flight/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)._
8 changes: 4 additions & 4 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit ba9a2fc

Please sign in to comment.