summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_posts/2011-01-27-what-is-a-router.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2011-01-27-what-is-a-router.md b/_posts/2011-01-27-what-is-a-router.md
index 90e32da..9d82057 100644
--- a/_posts/2011-01-27-what-is-a-router.md
+++ b/_posts/2011-01-27-what-is-a-router.md
@@ -116,7 +116,7 @@ Routes are quite powerful and in an ideal world your application should never co
Remember to do a pull request for any errors you come across.
### Relevant Links
-* [Backbone.js official router documentation](http://documentcloud.github.com/backbone/#Router)
+* [Backbone.js official router documentation](http://backbonejs.org/#Router)
* [Using routes and understanding the hash tag](http://thomasdavis.github.com/2011/02/07/making-a-restful-ajax-app.html)
### Contributors