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 /add_curve_extra_objects
parentdbfabe387097a7bdb8d7d73bc0c9cd0311d9926a (diff)
fix manual links
Diffstat (limited to 'add_curve_extra_objects')
-rw-r--r--add_curve_extra_objects/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py
index 78f3a189..e5a1bbcd 100644
--- a/add_curve_extra_objects/__init__.py
+++ b/add_curve_extra_objects/__init__.py
@@ -28,7 +28,7 @@ bl_info = {
"location": "View3D > Add > Curve > Extra Objects",
"description": "Add extra curve object types",
"warning": "",
- "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/extra_objects.html",
"category": "Add Curve"
}