diff options
author | brandon flowers <brandonflowers@gmail.com> | 2013-05-07 09:42:50 -0400 |
---|---|---|
committer | brandon flowers <brandonflowers@gmail.com> | 2013-05-07 09:42:50 -0400 |
commit | 345af3b31044206b0f3f9b7e3652dd1142998915 (patch) | |
tree | 8b13539749ca4ff90aa5ddcf8ce1420e747763a0 /examples/modular-backbone | |
parent | 58be424b2e8d1ea4af6dc2edde6a98fe9cf201a8 (diff) | |
download | backbonetutorials-345af3b31044206b0f3f9b7e3652dd1142998915.zip backbonetutorials-345af3b31044206b0f3f9b7e3652dd1142998915.tar.gz backbonetutorials-345af3b31044206b0f3f9b7e3652dd1142998915.tar.bz2 |
small tweak to readme to use existing demo
Diffstat (limited to 'examples/modular-backbone')
-rw-r--r-- | examples/modular-backbone/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/modular-backbone/README.md b/examples/modular-backbone/README.md index e2624af..1f1c447 100644 --- a/examples/modular-backbone/README.md +++ b/examples/modular-backbone/README.md @@ -8,7 +8,7 @@ Learn how to use Backbone and Require together to create modular applications th Once you have a working applicaiton and you're read to go to production, you can apply R.js (or alternatively grunt.js ) to minify and concatenate this code base into one javascript file that you'll deploy to your website. -[demo](http://www.headwinds.net/lab/backbonetutorials/modular-backbone/index.html) | [discussion](http://backbonetutorials.com/organizing-backbone-using-modules/) +[demo](http://backbonetutorials.com/examples/modular-backbone) | [discussion](http://backbonetutorials.com/organizing-backbone-using-modules/) |