add_curve_sapling: add manual link

This commit is contained in:
Brendon Murphy 2019-10-18 11:14:27 +11:00
parent 3d2d8234a5
commit d941dd6d69
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ bl_info = {
"description": ("Adds a parametric tree. The method is presented by "
"Jason Weber & Joseph Penn in their paper 'Creation and Rendering of "
"Realistic Trees'"),
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Curve/Sapling_Tree",
"wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
"add_curve/sapling.html",
"category": "Add Curve"}
if "bpy" in locals():