From ae223ff52bed52811873c110ecf1045d2da35b9b Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Thu, 5 Mar 2020 11:40:05 +1100 Subject: Addons: deprecate 'wiki_url' When running with debug enabled ('-d' argument), warnings are printed for add-ons which are not yet updated. Reminder to name things based on what they do, not the technologies they use :) --- doc/python_api/examples/bpy.types.AddonPreferences.1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/python_api/examples') diff --git a/doc/python_api/examples/bpy.types.AddonPreferences.1.py b/doc/python_api/examples/bpy.types.AddonPreferences.1.py index 95285e8ac0c..0c82ff924de 100644 --- a/doc/python_api/examples/bpy.types.AddonPreferences.1.py +++ b/doc/python_api/examples/bpy.types.AddonPreferences.1.py @@ -6,7 +6,7 @@ bl_info = { "location": "SpaceBar Search -> Add-on Preferences Example", "description": "Example Add-on", "warning": "", - "wiki_url": "", + "doc_url": "", "tracker_url": "", "category": "Object", } -- cgit v1.2.3