From 94b48cb3895f65db7dea124f33e30651e48410ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Wed, 24 Apr 2019 10:28:37 +0200 Subject: [PATCH] [DOC] readme: udpate links to playground --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a714fc21..43a8db36 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ from React and Vue [here](doc/comparison.md) ## 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 @@ -42,7 +42,7 @@ const counter = new ClickCounter({qweb}); 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