Skip to content

Commit 9be2b43

Browse files
committed
[FIX] dev/reference: Fix external reference
The tour utils were red and moved in Odoo (odoo/odoo#107618). closes #6514 X-original-commit: 1746c57 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com> Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
1 parent e946be6 commit 9be2b43

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
@@ -9756,7 +9756,7 @@ msgid "Add any step you want."
97569756
msgstr ""
97579757

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

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

0 commit comments

Comments
 (0)