Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Updated riot.js website #2192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions examples/riotjs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

> 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/documentation/)
- [FAQ](http://riot.js.org/faq/)

### Articles

- [Compare Riot with React and Polymer](http://riotjs.com/compare/)
- [Compare Riot with React and Polymer](http://v3.riotjs.vercel.app/compare/)
- [The react tutorial for riot](https://juriansluiman.nl/article/154/the-react-tutorial-for-riot)

### Support
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h2>Examples</h2>
<a href="examples/angular2/" data-source="http://angular.io" data-content="Angular is a development platform for building mobile and desktop web applications">Angular 2.0</a>
</li>
<li class="routing">
<a href="examples/riotjs/" data-source="http://riotjs.com/" data-content="Riot.js is a React-like user interface micro-library.">Riot</a>
<a href="examples/riotjs/" data-source="http://riot.js.org/" data-content="Riot.js is a React-like user interface micro-library.">Riot</a>
</li>
<li class="routing">
<a href="examples/jsblocks/" data-source="http://jsblocks.com/" data-content="From simple user interfaces to complex single-page applications using faster, server-side rendered and easy to learn framework.">JSBlocks</a>
Expand Down
6 changes: 3 additions & 3 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@
"riotjs": {
"name": "Riot.js",
"description": "Riot.js is a React-like user interface micro-library.",
"homepage": "riotjs.com",
"homepage": "riot.js.org",
"examples": [{
"name": "Example",
"url": "examples/riotjs"
Expand All @@ -1572,10 +1572,10 @@
"heading": "Official Resources",
"links": [{
"name": "Documentation",
"url": "http://riotjs.com/guide/"
"url": "http://riot.js.org/documentation/"
}, {
"name": "API Reference",
"url": "http://riotjs.com/api/"
"url": "http://riot.js.org/api/"
}, {
"name": "Examples",
"url": "https://github.com/riot/riot#demos"
Expand Down