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_simplify.py
parentdbfabe387097a7bdb8d7d73bc0c9cd0311d9926a (diff)
fix manual links
Diffstat (limited to 'curve_simplify.py')
-rw-r--r--curve_simplify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/curve_simplify.py b/curve_simplify.py
index c062a1c3..136eebea 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -24,7 +24,7 @@ bl_info = {
"location": "3D View, Dopesheet & Graph Editors",
"description": "Simplify Curves: 3dview, Dopesheet, Graph. Distance Merge: 3d view curve edit",
"warning": "",
- "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/simplify_curves.html",
"category": "Add Curve",
}