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/Spatial.xml | |
parent | d516aab8fa6b64c914082888863c5a89b3fec574 (diff) |
doc: Fix references to online tutorials after godotengine/godot-docs#1015
Diffstat (limited to 'doc/classes/Spatial.xml')
-rw-r--r-- | doc/classes/Spatial.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Spatial.xml b/doc/classes/Spatial.xml index c570701203..26f6f4003b 100644 --- a/doc/classes/Spatial.xml +++ b/doc/classes/Spatial.xml @@ -9,7 +9,7 @@ Affine operations (rotate, scale, translate) happen in parent's local coordinate system, unless the Spatial object is set as top level. Affine operations in this coordinate system correspond to direct affine operations on the Spatial's transform. The word local below refers to this coordinate system. The coordinate system that is attached to the Spatial object itself is referred to as object-local coordinate system. </description> <tutorials> - http://docs.godotengine.org/en/3.0/learning/features/3d/introduction_to_3d.html + http://docs.godotengine.org/en/3.0/tutorials/3d/introduction_to_3d.html </tutorials> <demos> </demos> |