fixing broken link

This commit is contained in:
Jeremy Ashkenas
2010-10-26 10:16:06 -04:00
parent cc744682dd
commit 16ad4fd2e8

View File

@@ -1519,7 +1519,7 @@ var DocumentView = Backbone.View.extend({
that is bundled in the repository as Backbone example. If you're wondering
where to get started with Backbone in general, take a moment to
<a href="docs/todos.html">read through the annotated source</a>. The app uses a
<a href="docs/backbone.localstorage.js">LocalStorage adapter</a>
<a href="docs/backbone.localstorage.html">LocalStorage adapter</a>
to transparently save all of your todos within your browser, instead of
sending them to a server. Jérôme also has a version hosted at
<a href="http://localtodos.com/">localtodos.com</a> that uses a