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 --- system_demo_mode/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system_demo_mode') diff --git a/system_demo_mode/__init__.py b/system_demo_mode/__init__.py index f7cc7d7c..88a052f1 100644 --- a/system_demo_mode/__init__.py +++ b/system_demo_mode/__init__.py @@ -25,8 +25,7 @@ bl_info = { "location": "File > Demo Menu", "description": "Demo mode lets you select multiple blend files and loop over them.", "warning": "", - "doc_url": "https://docs.blender.org/manual/en/dev/addons/" - "system/demo_mode.html", + "doc_url": "{BLENDER_MANUAL_URL}/addons/system/demo_mode.html", "support": 'OFFICIAL', "category": "System", } -- cgit v1.2.3