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:34:30 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-10-16 13:35:15 +0300
commit465f3e3f581f7dc25b299a15c5be6cdc58bbe053 (patch)
tree7c7ac0a2de25f8a481b7394b2947722c974e2204 /add_curve_ivygen.py
parent4bf548356160a3abd2560c5f4cf562d522dc867d (diff)
add_curve_ivygen: add manual link
Diffstat (limited to 'add_curve_ivygen.py')
-rw-r--r--add_curve_ivygen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py
index 6359b7fb..3250af56 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -27,8 +27,8 @@ bl_info = {
"description": "Adds generated ivy to a mesh object starting "
"at the 3D cursor",
"warning": "",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Curve/Ivy_Gen",
+ "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+ "add_curve/ivy_gen.html",
"category": "Add Curve",
}