Merge pull request #10659 from tetrapod00/doc-not-toc

Update links to C# and GDScript sections
This commit is contained in:
Matthew
2025-02-22 08:13:44 -05:00
committed by GitHub
11 changed files with 20 additions and 17 deletions

View File

@@ -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