Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <b.mont29@gmail.com>2020-03-02 14:04:33 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-03-02 14:05:07 +0300
commitbd25df3d6805c613b1a3b9cfcdc7120355cd2440 (patch)
tree194855507396d64b47593d09cf87cb66cf12fa6e /release
parentc930cd7450c4aeb5928f6d343fde06ae9a02ef21 (diff)
Fix T74335: Text.use_module "Online Manual" leads to TextCurve pages.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/rna_manual_reference.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/rna_manual_reference.py b/release/scripts/modules/rna_manual_reference.py
index de2919cc883..a9a1c321ef9 100644
--- a/release/scripts/modules/rna_manual_reference.py
+++ b/release/scripts/modules/rna_manual_reference.py
@@ -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"),