[MOV] howto/rdtraining: move "Getting started" to the tutorials dir

This commit also replaces references to the "Building a module"
tutorial by references to the "Getting started" tutorial.

task-2991663

X-original-commit: 4f4e346953
Part-of: odoo/documentation#3660
This commit is contained in:
Antoine Vandevenne (anv)
2023-02-17 14:50:20 +00:00
parent 286ae4a7b7
commit 018d708b44
104 changed files with 320 additions and 272 deletions

View File

@@ -66,7 +66,7 @@
<h5 class="text-dark pt-3 text-uppercase fw_bold">{{ _("Top Links") }}</h5>
<ul class="list-unstyled">
<li>
<a href="{{ pathto('developer/howtos/rdtraining') }}" class="stretched-link">
<a href="{{ pathto('developer/tutorials/getting_started') }}" class="stretched-link">
{{ _("Tutorial: Getting started") }}
</a>
</li>