From 6c1bd4d227a85d690bb0e3a717aba67e77dbdfcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 15 Nov 2021 10:43:07 +0100 Subject: Replace Godot docs URL with `$DOCS_URL` in XML class reference --- doc/classes/Mutex.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/Mutex.xml') diff --git a/doc/classes/Mutex.xml b/doc/classes/Mutex.xml index a840cb2ec7..90c81686b1 100644 --- a/doc/classes/Mutex.xml +++ b/doc/classes/Mutex.xml @@ -7,7 +7,7 @@ A synchronization mutex (mutual exclusion). This is used to synchronize multiple [Thread]s, and is equivalent to a binary [Semaphore]. It guarantees that only one thread can ever acquire the lock at a time. A mutex can be used to protect a critical section; however, be careful to avoid deadlocks. - https://docs.godotengine.org/en/latest/tutorials/performance/using_multiple_threads.html + $DOCS_URL/tutorials/performance/using_multiple_threads.html -- cgit v1.2.3