petermichaux / maria

The MVC framework for JavaScript applications. The real MVC. The Smalltalk MVC. The Gang of Four MVC.
BSD 2-Clause "Simplified" License
764 stars 51 forks source link

Broken TodoMVC link #84

Closed marcin-wosinek closed 9 years ago

marcin-wosinek commented 9 years ago

The 'TodoMVC' link at project home page leads to http://todomvc.com/architecture-examples/maria/ while currently url should be http://todomvc.com/examples/maria/

is the home page generated from source so I can provide PR?

petermichaux commented 9 years ago

Thanks. It is unfortunate that the people at the TodoMVC project did not add some 301 redirects.

This problem is actually already fixed. I just haven't released the newest version of the Maria website.

https://github.com/petermichaux/maria/commit/052e6af0e3e1ae6c7c9b786b5abcf1d4d5ecf0b5

marcin-wosinek commented 9 years ago

How are realising the new website versions? Probably this can be automated with travis-ci

petermichaux commented 9 years ago

fix published