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' --- add_mesh_discombobulator/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'add_mesh_discombobulator') diff --git a/add_mesh_discombobulator/__init__.py b/add_mesh_discombobulator/__init__.py index 42a368c9..b6a6e84a 100644 --- a/add_mesh_discombobulator/__init__.py +++ b/add_mesh_discombobulator/__init__.py @@ -27,8 +27,8 @@ bl_info = { "location": "View3D > Add > Mesh", "description": "Add Discombobulator", "warning": "", - "wiki_url": "https://docs.blender.org/manual/en/dev/addons/" - "add_mesh/discombobulator.html", + "doc_url": "https://docs.blender.org/manual/en/dev/addons/" + "add_mesh/discombobulator.html", "category": "Add Mesh", } -- cgit v1.2.3