summaryrefslogtreecommitdiff
path: root/modules/mono/doc_classes
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 /modules/mono/doc_classes
parent5341e6010e80b1c625d9c0a7ebc87b0f1178db23 (diff)
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Diffstat (limited to 'modules/mono/doc_classes')
-rw-r--r--modules/mono/doc_classes/CSharpScript.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/doc_classes/CSharpScript.xml b/modules/mono/doc_classes/CSharpScript.xml
index 2bca8bc24e..14c62b4bb0 100644
--- a/modules/mono/doc_classes/CSharpScript.xml
+++ b/modules/mono/doc_classes/CSharpScript.xml
@@ -8,7 +8,7 @@
See also [GodotSharp].
</description>
<tutorials>
- <link title="C# documentation index">https://docs.godotengine.org/en/latest/tutorials/scripting/c_sharp/index.html</link>
+ <link title="C# documentation index">$DOCS_URL/tutorials/scripting/c_sharp/index.html</link>
</tutorials>
<methods>
<method name="new" qualifiers="vararg">