Browse Source

Fix "SurfaceTool" link pointing to itself in Using the SurfaceTool (#4832)

Hugo Locurcio 4 years ago
parent
commit
c579192d05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/content/procedural_geometry/surfacetool.rst

+ 1 - 1
tutorials/content/procedural_geometry/surfacetool.rst

@@ -3,7 +3,7 @@
 Using the SurfaceTool
 Using the SurfaceTool
 =====================
 =====================
 
 
-The :ref:`SurfaceTool <doc_surfacetool>` provides a useful interface for constructing geometry.
+The :ref:`SurfaceTool <class_surfacetool>` provides a useful interface for constructing geometry.
 The interface is similar to the :ref:`ImmediateGeometry <class_immediategeometry>` node. You
 The interface is similar to the :ref:`ImmediateGeometry <class_immediategeometry>` node. You
 set each per-vertex attribute (e.g. normal, uv, color) and then when you add a vertex it
 set each per-vertex attribute (e.g. normal, uv, color) and then when you add a vertex it
 captures the attributes.
 captures the attributes.