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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-10-29 12:52:10 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-10-29 12:52:53 +0300
commitacfe2a22e07046564cc5788388c2404486c76fe9 (patch)
treeaef0c997da49a665b51f49e67b1bc883b326ad31 /curve_assign_shapekey.py
parentdbfabe387097a7bdb8d7d73bc0c9cd0311d9926a (diff)
fix manual links
Diffstat (limited to 'curve_assign_shapekey.py')
-rw-r--r--curve_assign_shapekey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/curve_assign_shapekey.py b/curve_assign_shapekey.py
index 54582c79..318e2b25 100644
--- a/curve_assign_shapekey.py
+++ b/curve_assign_shapekey.py
@@ -27,7 +27,7 @@ bl_info = {
"location": "View 3D > Sidebar > Edit Tab",
"description": "Assigns one or more Bezier curves as shape keys to another Bezier curve",
"category": "Add Curve",
- "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/assign_shape_keys.html",
"blender": (2, 80, 0),
}