From 0768f9541579d1fbac55299c86a53f5f0f6b5dfb Mon Sep 17 00:00:00 2001 From: twi Date: Wed, 27 Apr 2022 18:34:16 -0500 Subject: [PATCH] Update link to vector2_angle_to_point.png --- doc/classes/Vector2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index 89e9e650e..d13f9aeb8 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -58,7 +58,7 @@ Returns the angle between the line connecting the two points and the X axis, in radians. - [url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/vector2_angle_to_point.png]Illustration of the returned angle.[/url] + [url=https://raw.githubusercontent.com/godotengine/godot-docs/stable/img/vector2_angle_to_point.png]Illustration of the returned angle.[/url]