From 5f9412f9fb36c9c276b72be66658924af8c12ffe Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 11 Feb 2022 12:53:26 +0100 Subject: [PATCH] Also update the godot docs link to 3.x in the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8383bea..055f3cb 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ They won't get reset, so for exaple if you want all your vertices to have a cert ## Compiling -First make sure that you can compile godot. See the official docs: https://docs.godotengine.org/en/3.2/development/compiling/index.html +First make sure that you can compile godot. See the official docs: https://docs.godotengine.org/en/3.x/development/compiling/index.html 1. Clone the engine if you haven't already: