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 --- io_shape_mdd/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'io_shape_mdd') diff --git a/io_shape_mdd/__init__.py b/io_shape_mdd/__init__.py index 0078b537..fa59fe0d 100644 --- a/io_shape_mdd/__init__.py +++ b/io_shape_mdd/__init__.py @@ -26,8 +26,7 @@ bl_info = { "location": "File > Import-Export", "description": "Import-Export MDD as mesh shape keys", "warning": "", - "doc_url": "https://docs.blender.org/manual/en/dev/addons/" - "import_export/shape_mdd.html", + "doc_url": "{BLENDER_MANUAL_URL}/addons/import_export/shape_mdd.html", "support": 'OFFICIAL', "category": "Import-Export", } -- cgit v1.2.3