Update links to the contributing section of the docs to the appropriate new sections.

This commit is contained in:
Lukas Tenbrink
2025-09-11 19:31:04 +02:00
parent 9b50ea8ade
commit 4c0026b053
15 changed files with 25 additions and 25 deletions

View File

@ -80,6 +80,6 @@
Modifications to a container will modify all references to it. A [Mutex] should be created to lock it if multi-threaded access is desired.
</description>
<tutorials>
<link title="Variant class introduction">$DOCS_URL/engine_details/development/core_and_modules/variant_class.html</link>
<link title="Variant class introduction">$DOCS_URL/engine_details/architecture/variant_class.html</link>
</tutorials>
</class>