fix: update url in right pane

This commit is contained in:
Géry Debongnie
2019-03-29 15:18:52 +01:00
parent db6345e8af
commit 8319e34f0e
+1 -1
View File
@@ -30,7 +30,7 @@ const TEMPLATE = `
<div class="welcome">
<div>🦉 Odoo Web Lab 🦉</div>
<div>v<t t-esc="version"/></div>
<div class="url"><a href="https://github.com/ged-odoo/web-core">https://github.com/ged-odoo/web-core</a></div>
<div class="url"><a href="https://github.com/odoo/owl">https://github.com/odoo/owl</a></div>
<div class="note">Note: these examples require a recent browser to work without a transpilation step. </div>
</div>
</div>