diff --git a/curve_assign_shapekey.py b/curve_assign_shapekey.py index 46a2b0d12a6251482fede74a6de319f32351507f..f519acc56f4cbc8eb7aea5e5f4fdc5a37530d37e 100644 --- a/curve_assign_shapekey.py +++ b/curve_assign_shapekey.py @@ -27,7 +27,8 @@ bl_info = { "location": "View 3D > Sidebar > Edit Tab", "description": "Assigns one or more Bezier curves as shape keys to another Bezier curve", "category": "Add Curve", - "wiki_url": "https://github.com/Shriinivas/assignshapekey/blob/master/README.md", + "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/" + "add_curve/assign_shape_keys.html", "blender": (2, 80, 0), }