From 7f50343d1c53ca9a5ca747f47e3b1e5bbcbe8471 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Thu, 5 Mar 2020 16:26:11 -0500 Subject: Addons: Use Manual URL prefix --- animation_add_corrective_shape_key.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'animation_add_corrective_shape_key.py') diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py index 6faca951..01e13cde 100644 --- a/animation_add_corrective_shape_key.py +++ b/animation_add_corrective_shape_key.py @@ -25,8 +25,7 @@ bl_info = { "blender": (2, 80, 0), "location": "Object Data > Shape Keys Specials or Search", "description": "Creates a corrective shape key for the current pose", - "doc_url": "https://docs.blender.org/manual/en/dev/addons/" - "animation/corrective_shape_keys.html", + "doc_url": "{BLENDER_MANUAL_URL}/addons/animation/corrective_shape_keys.html", "category": "Animation", } -- cgit v1.2.3