diff --git a/examples/riotjs/readme.md b/examples/riotjs/readme.md index d822499da9..3f91cf1ebd 100644 --- a/examples/riotjs/readme.md +++ b/examples/riotjs/readme.md @@ -4,26 +4,24 @@ > Riot is against the current trend of boilerplate and unneeded complexity. The team think that a small, powerful API and concise syntax are extremely important things on a client-side library. -> _[Riot.js - riotjs.com](http://riotjs.com/)_ - +> _[Riot.js - riot.js.org](http://riot.js.org/)_ ## Resources -- [Website](http://riotjs.com/) -- [Documentation](http://riotjs.com/guide/) -- [FAQ](http://riotjs.com/faq/) +- [Website](http://riot.js.org/) +- [Documentation](http://riot.js.org/guide/) +- [FAQ](http://riot.js.org/faq/) ### Articles -- [Compare Riot with React and Polymer](http://riotjs.com/compare/) +- [Compare Riot with React and Polymer](http://riot.js.org/compare/) - [The react tutorial for riot](https://juriansluiman.nl/article/154/the-react-tutorial-for-riot) ### Support - [Gitter chat room](https://gitter.im/riot/riot) -*Let us [know](https://github.com/tastejs/todomvc/issues) if you discover anything worth sharing.* - +_Let us [know](https://github.com/tastejs/todomvc/issues) if you discover anything worth sharing._ ## Implementation @@ -33,7 +31,6 @@ This example is using compiler on the page to compile the tag file (`js/todo.htm This example is following TodoMVC's [coding style](https://github.com/tastejs/todomvc/blob/master/codestyle.md), however officially Riot recommends a [different coding style](https://github.com/riot/riot/blob/master/CONTRIBUTING.md), FYI. - ## Credit Created by [Tianxiang Chen](https://github.com/txchen)