Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Oct 20, 2009
1 parent 1409305 commit 7410419
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

Zero is a new way to approach Dependency Injection in Actionscript. Instead of using interfaces, you create lightweight objects that work as a gateway to the rest of the system. Zero allows you to attach functionality to interfaces with ultimate flexibility.

Please also see the [FAQ][faq]
* [FAQ][faw]
* [Use Cases][usecases]

### Why Zero?

Expand Down
8 changes: 5 additions & 3 deletions doc/FAQ.mdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Frequently Asked Questions

[intro]: http://github.com/seanhess/zero/tree/master/README.mdown
[usecases]: http://github.com/seanhess/zero/tree/master/doc/UseCases.mdown

# Frequently Asked Questions

[Introduction to Zero][intro]
* [Introduction to Zero][intro]
* [Use Cases][usecases]

### Is Zero an MVC framework?

Expand Down
4 changes: 2 additions & 2 deletions doc/UseCases.mdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[usecases]: http://github.com/seanhess/zero/tree/master/doc/UseCases.mdown
[faq]: http://github.com/seanhess/zero/tree/master/doc/FAQ.mdown
[intro]: http://github.com/seanhess/zero/tree/master/README.mdown

# Use Cases

Please see the [Introduction][intro] for information on how to code things things up.
* [Introduction to Zero][intro]
* [FAQ][faq]

### Shared State

Expand Down

0 comments on commit 7410419

Please sign in to comment.