diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml index 4d6e89fa6f6..5c63d01322c 100644 --- a/doc/classes/Thread.xml +++ b/doc/classes/Thread.xml @@ -7,7 +7,8 @@ A unit of execution in a process. Can run methods on [Object]s simultaneously. The use of synchronization via [Mutex] or [Semaphore] is advised if working with shared objects. - https://docs.godotengine.org/en/latest/tutorials/threads/using_multiple_threads.html + https://docs.godotengine.org/en/latest/tutorials/threads/using_multiple_threads.html + https://docs.godotengine.org/en/latest/tutorials/threads/thread_safe_apis.html