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' --- archipack/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archipack') diff --git a/archipack/__init__.py b/archipack/__init__.py index 331afcc3..6c014756 100644 --- a/archipack/__init__.py +++ b/archipack/__init__.py @@ -35,7 +35,7 @@ bl_info = { 'blender': (2, 80, 0), 'location': 'View3D > Sidebar > Create > Archipack', 'warning': '', - 'wiki_url': 'https://github.com/s-leger/archipack/wiki', + 'doc_url': 'https://github.com/s-leger/archipack/wiki', 'tracker_url': 'https://github.com/s-leger/archipack/issues', 'link': 'https://github.com/s-leger/archipack', 'support': 'COMMUNITY', -- cgit v1.2.3