Fix inverted link in docs
Title and url were swapped
(cherry picked from commit 17000bf8c3
)
This commit is contained in:
parent
848d93f144
commit
25e88dd552
|
@ -8,6 +8,6 @@
|
||||||
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.
|
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>
|
</description>
|
||||||
<tutorials>
|
<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>
|
</tutorials>
|
||||||
</class>
|
</class>
|
||||||
|
|
Loading…
Reference in New Issue