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' --- io_anim_camera.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io_anim_camera.py') diff --git a/io_anim_camera.py b/io_anim_camera.py index 1c77c361..24972a5d 100644 --- a/io_anim_camera.py +++ b/io_anim_camera.py @@ -26,8 +26,8 @@ bl_info = { "location": "File > Export > Cameras & Markers (.py)", "description": "Export Cameras & Markers (.py)", "warning": "", - "wiki_url": "https://docs.blender.org/manual/en/dev/addons/" - "import_export/anim_camera.html", + "doc_url": "https://docs.blender.org/manual/en/dev/addons/" + "import_export/anim_camera.html", "support": 'OFFICIAL', "category": "Import-Export", } -- cgit v1.2.3