diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-11-15 14:04:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 14:04:00 +0100 |
commit | d7190e04ed0ae5b23213a1ab829a6eb07f671f1a (patch) | |
tree | f2d144f6a018c0bd0874cd4203f6f056fc107f35 /doc/classes/InputEvent.xml | |
parent | 4b09e342756daa0453b834cde3cd32a0ed289546 (diff) | |
parent | 6c1bd4d227a85d690bb0e3a717aba67e77dbdfcc (diff) |
Merge pull request #54991 from akien-mga/dehardcode-docs-branch-url
Diffstat (limited to 'doc/classes/InputEvent.xml')
-rw-r--r-- | doc/classes/InputEvent.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/InputEvent.xml b/doc/classes/InputEvent.xml index 9dc8fbeffa..09fbe776bf 100644 --- a/doc/classes/InputEvent.xml +++ b/doc/classes/InputEvent.xml @@ -7,8 +7,8 @@ Base class of all sort of input event. See [method Node._input]. </description> <tutorials> - <link title="InputEvent">https://docs.godotengine.org/en/latest/tutorials/inputs/inputevent.html</link> - <link title="Viewport and canvas transforms">https://docs.godotengine.org/en/latest/tutorials/2d/2d_transforms.html</link> + <link title="InputEvent">$DOCS_URL/tutorials/inputs/inputevent.html</link> + <link title="Viewport and canvas transforms">$DOCS_URL/tutorials/2d/2d_transforms.html</link> <link title="2D Dodge The Creeps Demo">https://godotengine.org/asset-library/asset/515</link> <link title="3D Voxel Demo">https://godotengine.org/asset-library/asset/676</link> </tutorials> |