[Bf-docboard-svn] bf-manual: [9702] branches/blender-3.4-release/blender_docs/manual/modeling/meshes/properties/custom_data.rst: Fix: Malformed reference links

Aaron Carlisle noreply at blender.org
Fri Nov 18 23:02:58 CET 2022


Revision: 9702
          https://developer.blender.org/rBM9702
Author:   Blendify
Date:     2022-11-18 23:02:57 +0100 (Fri, 18 Nov 2022)
Log Message:
-----------
Fix: Malformed reference links

Fixes T102602

Modified Paths:
--------------
    branches/blender-3.4-release/blender_docs/manual/modeling/meshes/properties/custom_data.rst

Modified: branches/blender-3.4-release/blender_docs/manual/modeling/meshes/properties/custom_data.rst
===================================================================
--- branches/blender-3.4-release/blender_docs/manual/modeling/meshes/properties/custom_data.rst	2022-11-18 17:22:06 UTC (rev 9701)
+++ branches/blender-3.4-release/blender_docs/manual/modeling/meshes/properties/custom_data.rst	2022-11-18 22:02:57 UTC (rev 9702)
@@ -46,7 +46,7 @@
 .. _bpy.ops.mesh.customdata_crease_edge_clear:
 
 Add/Clear Edge Crease
-   Adds a zero `Edge Crease <modeling-edges-crease-subdivision>` value to all edges of the mesh.
+   Adds a zero :ref:`Edge Crease <modeling-edges-crease-subdivision>` value to all edges of the mesh.
    If edge crease data does exist, this operator will delete all that data.
 
 .. _bpy.ops.mesh.customdata_crease_vertex_add:
@@ -53,5 +53,5 @@
 .. _bpy.ops.mesh.customdata_crease_vertex_clear:
 
 Add/Clear Vertex Crease
-   Adds a zero `Vertex Crease <modeling-vertex-crease-subdivision>` value to all vertices of the mesh.
+   Adds a zero :ref:`Vertex Crease <modeling-vertex-crease-subdivision>` value to all vertices of the mesh.
    If vertex crease data does exist, this operator will delete all that data.



More information about the Bf-docboard-svn mailing list