summaryrefslogtreecommitdiff
path: root/doc/classes/ResourceImporter.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-11-15 14:04:00 +0100
committerGitHub <noreply@github.com>2021-11-15 14:04:00 +0100
commitd7190e04ed0ae5b23213a1ab829a6eb07f671f1a (patch)
treef2d144f6a018c0bd0874cd4203f6f056fc107f35 /doc/classes/ResourceImporter.xml
parent4b09e342756daa0453b834cde3cd32a0ed289546 (diff)
parent6c1bd4d227a85d690bb0e3a717aba67e77dbdfcc (diff)
Merge pull request #54991 from akien-mga/dehardcode-docs-branch-url
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">