From a1f229202345c5e705f3035e2ff418bc3a9fe669 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 16 Oct 2020 15:34:06 +1100 Subject: update bl_info Correct version number and use doc_url. --- object_collection_manager/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'object_collection_manager') diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py index b20d1a2d..10c49a71 100644 --- a/object_collection_manager/__init__.py +++ b/object_collection_manager/__init__.py @@ -27,7 +27,6 @@ bl_info = { "location": "View3D - Object Mode (Shortcut - M)", "warning": '', # used for warning icon and text in addons panel "doc_url": "{BLENDER_MANUAL_URL}/addons/interface/collection_manager.html", - "wiki_url": "https://docs.blender.org/manual/en/dev/addons/interface/collection_manager.html", "tracker_url": "https://blenderartists.org/t/release-addon-collection-manager-feedback/1186198/", "category": "Interface", } -- cgit v1.2.3