From 012051feec5a6a63e8e0e35a2d4b4409eead0496 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Wed, 31 Jul 2024 09:32:05 +0000 Subject: [PATCH] [FIX] contributing/development: fix doc reference to tutorials.rst closes odoo/documentation#10474 X-original-commit: 747e1bab149817004a8a9d8ecec51696bfb4fbc3 Signed-off-by: Antoine Vandevenne (anv) --- content/contributing/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contributing/development.rst b/content/contributing/development.rst index fe7d828e7..9e6c9a729 100644 --- a/content/contributing/development.rst +++ b/content/contributing/development.rst @@ -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 ` to fill in the gaps. + through the :doc:`developer tutorials ` to fill in the gaps. - Some steps of this guide require to be comfortable with Git. Here are some `tutorials `_ and an `interactive training `_ if you are stuck at some point.