Skip to content

Commit 1746c57

Browse files
committed
[FIX] dev/reference: Fix external reference
The tour utils were red and moved in Odoo (odoo/odoo#107618). closes #6496 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
1 parent 1a1be96 commit 1746c57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/developer/reference/backend/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ Javascript
597597
#. Add any step you want.
598598

599599
Every step contains at least a trigger. You can either use the `predefined steps
600-
<{GITHUB_PATH}/addons/web_tour/static/src/js/tour_step_utils.js>`_ or write your own personalized
600+
<{GITHUB_PATH}/addons/web_tour/static/src/tour_service/tour_utils.js#L426>`_ or write your own personalized
601601
step.
602602

603603
Here are some example of steps:

locale/sources/developer.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10395,7 +10395,7 @@ msgid "Add any step you want."
1039510395
msgstr ""
1039610396

1039710397
#: ../../content/developer/reference/backend/testing.rst:599
10398-
msgid "Every step contains at least a trigger. You can either use the `predefined steps <https://github.com/odoo/odoo/blob/saas-16.1/addons/web_tour/static/src/js/tour_step_utils.js>`_ or write your own personalized step."
10398+
msgid "Every step contains at least a trigger. You can either use the `predefined steps <https://github.com/odoo/odoo/blob/saas-16.3/addons/web_tour/static/src/tour_service/tour_utils.js#L426>`_ or write your own personalized step."
1039910399
msgstr ""
1040010400

1040110401
#: ../../content/developer/reference/backend/testing.rst:603

0 commit comments

Comments
 (0)