summaryrefslogtreecommitdiffstats
path: root/doc/classes/InputMap.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-01-25 09:03:59 +0100
committerRémi Verschelde <rverschelde@gmail.com>2018-01-25 09:03:59 +0100
commitf2e3825616ce67078159adc3d591e4c6e368983a (patch)
treee42a79b5a304ccc4f2e5189ac3b2ee79a1491cda /doc/classes/InputMap.xml
parentd516aab8fa6b64c914082888863c5a89b3fec574 (diff)
downloadredot-engine-f2e3825616ce67078159adc3d591e4c6e368983a.tar.gz
doc: Fix references to online tutorials after godotengine/godot-docs#1015
Diffstat (limited to 'doc/classes/InputMap.xml')
-rw-r--r--doc/classes/InputMap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/InputMap.xml b/doc/classes/InputMap.xml
index 095139baa9..4cedd94094 100644
--- a/doc/classes/InputMap.xml
+++ b/doc/classes/InputMap.xml
@@ -7,7 +7,7 @@
Manages all [InputEventAction] which can be created/modified from the project settings menu [code]Project &gt; Project Settings &gt; Input Map[/code] or in code with [method add_action] and [method action_add_event]. See [method Node._input].
</description>
<tutorials>
- http://docs.godotengine.org/en/3.0/learning/features/inputs/inputevent.html#inputmap
+ http://docs.godotengine.org/en/3.0/tutorials/inputs/inputevent.html#inputmap
</tutorials>
<demos>
</demos>