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_anim_nuke_chan/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'io_anim_nuke_chan') diff --git a/io_anim_nuke_chan/__init__.py b/io_anim_nuke_chan/__init__.py index 6c33ff57..3fca3f07 100644 --- a/io_anim_nuke_chan/__init__.py +++ b/io_anim_nuke_chan/__init__.py @@ -26,8 +26,7 @@ bl_info = { "location": "File > Import/Export > Nuke (.chan)", "description": "Import/Export object's animation with nuke", "warning": "", - "doc_url": "https://docs.blender.org/manual/en/dev/addons/" - "import_export/anim_nuke_chan.html", + "doc_url": "{BLENDER_MANUAL_URL}/addons/import_export/anim_nuke_chan.html", "category": "Import-Export", } -- cgit v1.2.3