diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-10-06 13:48:48 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-10-06 13:48:48 +0200 |
commit | 862994a8ef15ee97a05f195d70269693092baeb0 (patch) | |
tree | 124c5d961fdbc50917e031983efb4e4918b04f79 /doc/classes/Rect2i.xml | |
parent | 36de097577811eb39d1a8d31d10d538ad70675d9 (diff) |
doc: Update links to latest documentation after content reorganization
Diffstat (limited to 'doc/classes/Rect2i.xml')
-rw-r--r-- | doc/classes/Rect2i.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Rect2i.xml b/doc/classes/Rect2i.xml index 2f6f4de66d..0ba013cade 100644 --- a/doc/classes/Rect2i.xml +++ b/doc/classes/Rect2i.xml @@ -8,7 +8,7 @@ It uses integer coordinates. If you need floating-point coordinates, use [Rect2] instead. </description> <tutorials> - <link title="Math tutorial index">https://docs.godotengine.org/en/latest/tutorials/math/index.html</link> + <link title="Math documentation index">https://docs.godotengine.org/en/latest/tutorials/math/index.html</link> <link title="Vector math">https://docs.godotengine.org/en/latest/tutorials/math/vector_math.html</link> </tutorials> <methods> |