@@ -7,7 +7,7 @@ Note: Before starting work on an app intended for submission, please open an iss
## Code Style
We think it's best for the project if the code you write looks like the code the last developer wrote, so we've put together [some guidelines we ask that you follow](https://github.com/tastejs/todomvc/tree/gh-pages/codestyle.md). We greatly appreciate your cooperation and contribution.
We think it's best for the project if the code you write looks like the code the last developer wrote, so we've put together [some guidelines we ask that you follow](https://github.com/tastejs/todomvc/blob/master/codestyle.md). We greatly appreciate your cooperation and contribution.
<li><b>*</b><spanclass="label">R</span> = App also demonstrates routing</li>
<li><b>*</b><strong>Maroon</strong> = App requires further work to comply with <ahref="https://github.com/tastejs/todomvc/blob/gh-pages/app-spec.md">the spec</a></li>
<li><b>*</b><strong>Maroon</strong> = App requires further work to comply with <ahref="https://github.com/tastejs/todomvc/blob/master/app-spec.md">the spec</a></li>
</ul>
<hr>
<h2>Compile To JavaScript</h2>
...
...
@@ -316,7 +316,7 @@
<h2>Getting Involved</h2>
<p>Is there a bug we haven't fixed or an MV* framework you feel would benefit from being included in TodoMVC?</p>
<p>If so, feel free to fork the repo, read our <ahref="https://github.com/tastejs/todomvc/wiki">contribution guidelines</a>, and submit a pull request — we'll be happy to review it for inclusion.</p>
<p>Make sure you use the <ahref="https://github.com/tastejs/todomvc/tree/gh-pages/template">template</a> as a starting point and read the <ahref="https://github.com/tastejs/todomvc/blob/gh-pages/app-spec.md">app specification</a>.</p>
<p>Make sure you use the <ahref="https://github.com/tastejs/todomvc/tree/master/template">template</a> as a starting point and read the <ahref="https://github.com/tastejs/todomvc/blob/gh-pages/app-spec.md">app specification</a>.</p>
<p>
<aclass="zocial small ltgray"href="https://github.com/tastejs/todomvc/wiki">Submit Pull Request »</a>