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-16 13:04:59 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-10-16 13:04:59 +0300
commit0d3795b4d4097694b2227e89225dc34994678ed2 (patch)
tree9a28c6e87947b1cd695abf0916ee479aa4e99680 /add_curve_extra_objects
parent20f0c81f9a5bf86b05944655b76c46d1f163766a (diff)
add_curve_extra_objects: add manual link
Diffstat (limited to 'add_curve_extra_objects')
-rw-r--r--add_curve_extra_objects/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py
index fbb0838b..e659661c 100644
--- a/add_curve_extra_objects/__init__.py
+++ b/add_curve_extra_objects/__init__.py
@@ -28,8 +28,8 @@ bl_info = {
"location": "View3D > Add > Curve > Extra Objects",
"description": "Add extra curve object types",
"warning": "",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Curve/Curve_Objects",
+ "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+ "add_curve/extra_objects.html",
"category": "Add Curve"
}