mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #10659 from tetrapod00/doc-not-toc
Update links to C# and GDScript sections
This commit is contained in:
@@ -71,9 +71,9 @@ Programming languages
|
||||
|
||||
Let's talk about the available programming languages.
|
||||
|
||||
You can code your games using :ref:`GDScript <toc-learn-scripting-gdscript>`, a
|
||||
You can code your games using :ref:`GDScript <doc_gdscript>`, a
|
||||
Godot-specific and tightly integrated language with a lightweight syntax, or
|
||||
:ref:`C# <toc-learn-scripting-C#>`, which is popular in the games industry.
|
||||
:ref:`C# <doc_c_sharp>`, which is popular in the games industry.
|
||||
These are the two main scripting languages we support.
|
||||
|
||||
With the GDExtension technology, you can also write
|
||||
|
||||
Reference in New Issue
Block a user