Fix T74335: Text.use_module "Online Manual" leads to TextCurve pages.

This commit is contained in:
Bastien Montagne 2020-03-02 12:04:33 +01:00
parent c930cd7450
commit bd25df3d68
1 changed files with 1 additions and 1 deletions

View File

@ -1122,7 +1122,7 @@ url_manual_mapping = (
("bpy.types.menu*", "interface/controls/buttons/menus.html#bpy-types-menu"),
("bpy.types.mesh*", "modeling/meshes/index.html#bpy-types-mesh"),
("bpy.types.pose*", "animation/armatures/posing/index.html#bpy-types-pose"),
("bpy.types.text*", "modeling/texts/index.html#bpy-types-text"),
("bpy.types.text*", "editors/text_editor.html#bpy-types-spacetexteditor"),
("bpy.ops.brush*", "sculpt_paint/brush/brush.html#bpy-ops-brush"),
("bpy.ops.cloth*", "physics/cloth/index.html#bpy-ops-cloth"),
("bpy.ops.curve*", "modeling/curves/index.html#bpy-ops-curve"),