summaryrefslogtreecommitdiff
path: root/doc/classes/ResourceImporter.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-11-15 10:43:07 +0100
committerRémi Verschelde <rverschelde@gmail.com>2021-11-15 13:02:21 +0100
commit6c1bd4d227a85d690bb0e3a717aba67e77dbdfcc (patch)
tree71150ee37150eab7c9b3947341afbc7077018bab /doc/classes/ResourceImporter.xml
parent5341e6010e80b1c625d9c0a7ebc87b0f1178db23 (diff)
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Diffstat (limited to 'doc/classes/ResourceImporter.xml')
-rw-r--r--doc/classes/ResourceImporter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ResourceImporter.xml b/doc/classes/ResourceImporter.xml
index 9f551ad1d2..f20b55fbc8 100644
--- a/doc/classes/ResourceImporter.xml
+++ b/doc/classes/ResourceImporter.xml
@@ -7,7 +7,7 @@
This is the base class for the resource importers implemented in core. To implement your own resource importers using editor plugins, see [EditorImportPlugin].
</description>
<tutorials>
- <link title="Import plugins">https://docs.godotengine.org/en/latest/tutorials/plugins/editor/import_plugins.html</link>
+ <link title="Import plugins">$DOCS_URL/tutorials/plugins/editor/import_plugins.html</link>
</tutorials>
<constants>
<constant name="IMPORT_ORDER_DEFAULT" value="0" enum="ImportOrder">