doc: Make all tutorial links point to 3.3 branch of docs

This commit is contained in:
Rémi Verschelde
2021-03-26 10:43:43 +01:00
parent 596169d7df
commit 015973df04
164 changed files with 229 additions and 223 deletions

View File

@@ -8,8 +8,8 @@
[b]Note:[/b] Breakpoints won't break on code if it's running in a thread. This is a current limitation of the GDScript debugger.
</description>
<tutorials>
<link title="Using multiple threads">https://docs.godotengine.org/en/3.2/tutorials/threads/using_multiple_threads.html</link>
<link title="Thread-safe APIs">https://docs.godotengine.org/en/3.2/tutorials/threads/thread_safe_apis.html</link>
<link title="Using multiple threads">https://docs.godotengine.org/en/3.3/tutorials/threads/using_multiple_threads.html</link>
<link title="Thread-safe APIs">https://docs.godotengine.org/en/3.3/tutorials/threads/thread_safe_apis.html</link>
<link title="3D Voxel Demo">https://godotengine.org/asset-library/asset/676</link>
</tutorials>
<methods>