Browse Source

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.
Konstantin Kopka 2 years ago
parent
commit
c0fb4d2cf2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/scripting/gdextension/what_is_gdextension.rst

+ 1 - 1
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.
 .. 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.
 .. Please keep languages sorted in alphabetical order.
 
 
-- `Rust <https://github.com/godot-rust/godot-rust>`__
+- `Rust <https://github.com/godot-rust/gdextension>`__
 
 
 .. note::
 .. note::