Quellcode durchsuchen

Update link to GDNative simple demo project (#4259)

The folder was renamed from `SimpleDemo` to `simple`
See: https://github.com/godotengine/gdnative-demos/pull/38
Poommetee Ketson vor 5 Jahren
Ursprung
Commit
2c106b376f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tutorials/scripting/gdnative/gdnative_c_example.rst

+ 1 - 1
tutorials/scripting/gdnative/gdnative_c_example.rst

@@ -13,7 +13,7 @@ that is to come after this.
 
 
 Before we begin, you can download the source code to the example object we
 Before we begin, you can download the source code to the example object we
 describe below in the `GDNative-demos repository
 describe below in the `GDNative-demos repository
-<https://github.com/GodotNativeTools/GDNative-demos/tree/master/c/SimpleDemo>`_.
+<https://github.com/GodotNativeTools/GDNative-demos/tree/master/c/simple>`_.
 
 
 This example project also contains a SConstruct file that makes compiling a
 This example project also contains a SConstruct file that makes compiling a
 little easier, but in this tutorial we'll be doing things by hand to
 little easier, but in this tutorial we'll be doing things by hand to