From bb977fbc723c44333f33b6d5617354240ac9c9b7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 5 Mar 2020 12:14:23 +1100 Subject: Update 'bl_info' use 'doc_url' instead of 'wiki_url' --- lighting_tri_lights.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lighting_tri_lights.py') diff --git a/lighting_tri_lights.py b/lighting_tri_lights.py index 44a9c8e6..3e864694 100644 --- a/lighting_tri_lights.py +++ b/lighting_tri_lights.py @@ -9,9 +9,9 @@ bl_info = { "description": "Add 3 Point Lighting to Selected / Active Object", "warning": "", "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", + "doc_url": "https://docs.blender.org/manual/en/dev/addons/" + "lighting/trilighting.html", "category": "Lighting", - "wiki_url": "https://docs.blender.org/manual/en/dev/addons/" - "lighting/trilighting.html", } import bpy -- cgit v1.2.3