From 17872e7048616259cba2df713487c5e546cc2551 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Mon, 16 Dec 2024 22:19:43 +0100 Subject: [PATCH] Fix broken syntax in docs --- doc/source/getting-started/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting-started/contributing.rst b/doc/source/getting-started/contributing.rst index be07881..5656b74 100644 --- a/doc/source/getting-started/contributing.rst +++ b/doc/source/getting-started/contributing.rst @@ -31,7 +31,7 @@ Compiling as module of the Godot Engine git checkout 4.3-stable # Replace "4.3-stable" with the latest stable tag git clone https://github.com/limbonaut/limboai modules/limboai -Consult the `Godot Engine documentation `_~ +Consult the `Godot Engine documentation `_ for detailed instructions on building the engine. **Unit tests** can be compiled using the ``tests=yes`` build option. To execute them,