Selaa lähdekoodia

Fix "GDScript basics" link text to "GDScript" in tutorial

The text is present in "Step by Step" section, under "Scripting"
Francisco Santana 6 vuotta sitten
vanhempi
commit
a30259beeb
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      getting_started/step_by_step/scripting.rst

+ 3 - 3
getting_started/step_by_step/scripting.rst

@@ -7,7 +7,7 @@ Introduction
 ------------
 ------------
 
 
 Before Godot 3.0, the only choice for scripting a game was to use
 Before Godot 3.0, the only choice for scripting a game was to use
-:ref:`doc_gdscript`. Nowadays, Godot has four (yes, four!) official languages
+:ref:`GDScript<doc_gdscript>`. Nowadays, Godot has four (yes, four!) official languages
 and the ability to add extra scripting languages dynamically!
 and the ability to add extra scripting languages dynamically!
 
 
 This is great, mostly due to the large amount of flexibility provided, but
 This is great, mostly due to the large amount of flexibility provided, but
@@ -21,7 +21,7 @@ C# and C++ need to be edited in a separate IDE. If you are a big fan of statical
 GDScript
 GDScript
 ~~~~~~~~
 ~~~~~~~~
 
 
-:ref:`doc_gdscript` is, as mentioned above, the main language used in Godot.
+:ref:`GDScript<doc_gdscript>` is, as mentioned above, the main language used in Godot.
 Using it has some positive points compared to other languages due
 Using it has some positive points compared to other languages due
 to its high integration with Godot:
 to its high integration with Godot:
 
 
@@ -97,7 +97,7 @@ demonstrate:
 - Hooking up UI elements via signals.
 - Hooking up UI elements via signals.
 - Writing a script that can access other nodes in the scene.
 - Writing a script that can access other nodes in the scene.
 
 
-Before continuing, please make sure to read the :ref:`doc_gdscript` reference.
+Before continuing, please make sure to read the :ref:`GDScript<doc_gdscript>` reference.
 It's a language designed to be simple, and the reference is short, so it will not take more
 It's a language designed to be simple, and the reference is short, so it will not take more
 than a few minutes to get an overview of the concepts.
 than a few minutes to get an overview of the concepts.