[FIX] contributing/development: fix doc reference to tutorials.rst

closes odoo/documentation#10471

X-original-commit: 747e1bab14
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Antoine Vandevenne (anv) 2024-07-31 09:32:05 +00:00
parent 6f74248de1
commit 7e3309b922

View File

@ -84,7 +84,7 @@ Make your first contribution
.. important::
- Odoo development can be challenging for beginners. We recommend you to be knowledgeable enough
to code a small module before contributing. If that is not the case, take some time to go
through the :doc:`developer tutorials </developer/howtos>` to fill in the gaps.
through the :doc:`developer tutorials </developer/tutorials>` to fill in the gaps.
- Some steps of this guide require to be comfortable with Git. Here are some `tutorials
<https://www.atlassian.com/git/tutorials>`_ and an `interactive training
<https://learngitbranching.js.org/>`_ if you are stuck at some point.