소스 검색

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 년 전
부모
커밋
c0fb4d2cf2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.
 .. Please keep languages sorted in alphabetical order.
 
-- `Rust <https://github.com/godot-rust/godot-rust>`__
+- `Rust <https://github.com/godot-rust/gdextension>`__
 
 .. note::