From 18c08f65d6b3dd7918a1f6c1d08f30262497af56 Mon Sep 17 00:00:00 2001 From: SaviHex Date: Sat, 6 Jun 2020 22:26:35 -0300 Subject: Added a "title" attribute for the link tag in the docs xml --- doc/classes/KinematicBody2D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/KinematicBody2D.xml b/doc/classes/KinematicBody2D.xml index 6b2bbeb895..f0f4d83821 100644 --- a/doc/classes/KinematicBody2D.xml +++ b/doc/classes/KinematicBody2D.xml @@ -9,7 +9,7 @@ [b]Kinematic characters:[/b] KinematicBody2D also has an API for moving objects (the [method move_and_collide] and [method move_and_slide] methods) while performing collision tests. This makes them really useful to implement characters that collide against a world, but that don't require advanced physics. - https://docs.godotengine.org/en/latest/tutorials/physics/kinematic_character_2d.html + https://docs.godotengine.org/en/latest/tutorials/physics/kinematic_character_2d.html https://docs.godotengine.org/en/latest/tutorials/physics/using_kinematic_body_2d.html -- cgit v1.2.3