mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[DOC] readme: udpate links to playground
This commit is contained in:
@@ -14,7 +14,7 @@ from React and Vue [here](doc/comparison.md)
|
|||||||
|
|
||||||
## Try it online!
|
## Try it online!
|
||||||
|
|
||||||
An online playground is available at [https://odoo.github.io/owl/](https://odoo.github.io/owl/) to let you experiment with the OWL framework.
|
An online playground is available at [https://odoo.github.io/owl/playground](https://odoo.github.io/owl/playground) to let you experiment with the OWL framework.
|
||||||
|
|
||||||
# Example
|
# Example
|
||||||
|
|
||||||
@@ -42,7 +42,7 @@ const counter = new ClickCounter({qweb});
|
|||||||
counter.mount(document.body);
|
counter.mount(document.body);
|
||||||
```
|
```
|
||||||
|
|
||||||
More interesting examples can be found on the [playground](https://odoo.github.io/owl/) application.
|
More interesting examples can be found on the [playground](https://odoo.github.io/owl/playground) application.
|
||||||
|
|
||||||
## Installing/Building
|
## Installing/Building
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user