Commit 22c7ca15 authored by TasteBot's avatar TasteBot

update the build files for gh-pages [ci skip]

parent 264a0553
This diff is collapsed.
......@@ -39,7 +39,7 @@ This ComponentJS TodoMVC Example uses the following libraries and frameworks
## Hints about the ComponentJS TodoMVC Example
This ComponentJS TodoMVC Example tries to
closely follow the official [TodoMVC App Specification](https://github.com/tastejs/todomvc/blob/gh-pages/app-spec.md)
closely follow the official [TodoMVC App Specification](https://github.com/tastejs/todomvc/blob/master/app-spec.md)
as long as there are no conflicting ComponentJS best practices.
The known resolved conflicts were:
......@@ -121,5 +121,5 @@ Here are some links you may find helpful:
For more details about the TodoMVC initiative and the idea behind the TodoMVC applications see:
* [TodoMVC Initiative](https://todomvc.com/)
* [App Specification](https://github.com/tastejs/todomvc/blob/gh-pages/app-spec.md)
* [App Specification](https://github.com/tastejs/todomvc/blob/master/app-spec.md)
......@@ -21,7 +21,7 @@
items = JSON.parse(localStorage.getItem('todos-ractive')) || [];
// Editing state should not be persisted, so we remove it
// (https://github.com/tastejs/todomvc/blob/gh-pages/app-spec.md#persistence)
// (https://github.com/tastejs/todomvc/blob/master/app-spec.md#persistence)
removeEditingState = function (item) {
return {
description: item.description,
......
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