Fix inverted link in docs

Title and url were swapped

(cherry picked from commit 17000bf8c3)
This commit is contained in:
A Thousand Ships 2024-02-04 18:31:09 +01:00 committed by Rémi Verschelde
parent 263616aab0
commit c3d9191f33
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
Used in scripting by [EditorExportPlugin] to configure platform-specific customization of scenes and resources. See [method EditorExportPlugin._begin_customize_scenes] and [method EditorExportPlugin._begin_customize_resources] for more details.
</description>
<tutorials>
<link title="$DOCS_URL/tutorials/platform/consoles.html">Console support in Godot</link>
<link title="Console support in Godot">$DOCS_URL/tutorials/platform/consoles.html</link>
</tutorials>
<methods>
<method name="get_os_name" qualifiers="const">