From c0fb4d2cf28edaa9089b9cbecaed5e7b6fd8e2f5 Mon Sep 17 00:00:00 2001 From: Konstantin Kopka Date: Tue, 28 Feb 2023 14:25:07 +0900 Subject: [PATCH] Fix link to Rust GDExtension repository The previous link was pointing to the Godot 3.5 Rust GDNative repo. The new link is pointing to the current/upcoming GDExtension repo. --- tutorials/scripting/gdextension/what_is_gdextension.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/gdextension/what_is_gdextension.rst b/tutorials/scripting/gdextension/what_is_gdextension.rst index fe2c287d2..256566e25 100644 --- a/tutorials/scripting/gdextension/what_is_gdextension.rst +++ b/tutorials/scripting/gdextension/what_is_gdextension.rst @@ -76,7 +76,7 @@ The bindings below are developed and maintained by the community: .. Binding developers: Feel free to open a pull request to add your binding if it's well-developed enough to be used in a project. .. Please keep languages sorted in alphabetical order. -- `Rust `__ +- `Rust `__ .. note::