Browse Source

Merge pull request #1301 from YeldhamDev/3d_transforms_ref_fix

Fixed "Vector math" reference in the new "Using transforms for 3D" page
Juan Linietsky 7 năm trước cách đây
mục cha
commit
5b9b9fbb95
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tutorials/3d/using_transforms.rst

+ 1 - 1
tutorials/3d/using_transforms.rst

@@ -115,7 +115,7 @@ A simple way to visualize a transform is to just look at an object transform giz
 
 .. image:: img/transforms_gizmo.png
 
-For more information on the mathematics of vectors and transforms, please read the :ref:`vector_math` tutorials.
+For more information on the mathematics of vectors and transforms, please read the :ref:`doc_vector_math` tutorials.
 
 Manipulating Transforms
 =======================