diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-01-25 09:03:59 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-01-25 09:03:59 +0100 |
commit | f2e3825616ce67078159adc3d591e4c6e368983a (patch) | |
tree | e42a79b5a304ccc4f2e5189ac3b2ee79a1491cda /doc/classes/Transform.xml | |
parent | d516aab8fa6b64c914082888863c5a89b3fec574 (diff) | |
download | redot-engine-f2e3825616ce67078159adc3d591e4c6e368983a.tar.gz |
doc: Fix references to online tutorials after godotengine/godot-docs#1015
Diffstat (limited to 'doc/classes/Transform.xml')
-rw-r--r-- | doc/classes/Transform.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml index 5aee0ddffd..c893903b4f 100644 --- a/doc/classes/Transform.xml +++ b/doc/classes/Transform.xml @@ -7,7 +7,7 @@ Represents one or many transformations in 3D space such as translation, rotation, or scaling. It consists of a [Basis] "basis" and an [Vector3] "origin". It is similar to a 3x4 matrix. </description> <tutorials> - http://docs.godotengine.org/en/3.0/learning/features/math/index.html + http://docs.godotengine.org/en/3.0/tutorials/math/index.html </tutorials> <demos> </demos> |