From 489f90c90dacbcb3f2fd2417f19cda913351dd06 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Tue, 23 Sep 2025 13:55:51 +0000 Subject: [PATCH] [FIX] tutorials/discover_js_framework: fix example link for `reactive` closes odoo/documentation#14666 X-original-commit: 84dc025f1b0e763c94975bc9e6c4ef053b88134d Signed-off-by: Antoine Vandevenne (anv) --- .../tutorials/discover_js_framework/02_build_a_dashboard.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/developer/tutorials/discover_js_framework/02_build_a_dashboard.rst b/content/developer/tutorials/discover_js_framework/02_build_a_dashboard.rst index 861a95dbc..e3ca788f6 100644 --- a/content/developer/tutorials/discover_js_framework/02_build_a_dashboard.rst +++ b/content/developer/tutorials/discover_js_framework/02_build_a_dashboard.rst @@ -312,8 +312,8 @@ changes. .. seealso:: - `Documentation on reactivity <{OWL_PATH}/doc/reference/reactivity.md>`_ - `Example: Use of reactive in a service - `_ + `_ 8. Lazy loading the dashboard =============================