Commit b7df6774 authored by Sindre Sorhus's avatar Sindre Sorhus

Fix download link pointing to nonexistent tag. Fixes #289

parent 9e6135ab
......@@ -25,7 +25,7 @@
<img class="logo" src="site/img/logo.svg" width="500" height="86" alt="TodoMVC">
<p>Helping you <strong>select</strong> an MV* framework</p>
<nav>
<a href="https://github.com/addyosmani/todomvc/zipball/v1.01" class="zocial red">Download (1.01)</a>
<a href="https://github.com/addyosmani/todomvc/zipball/1.0.1" class="zocial red">Download (1.0.1)</a>
<a href="https://github.com/addyosmani/todomvc" class="zocial red">View project on GitHub</a>
</nav>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment