Update 'bl_info' use 'doc_url' instead of 'wiki_url'

This commit is contained in:
Campbell Barton
2020-03-05 12:14:23 +11:00
parent f4e12a20f5
commit bb977fbc72
146 changed files with 344 additions and 301 deletions

View File

@ -25,9 +25,9 @@ bl_info = {
"blender": (2, 80, 0),
"location": "Text Editor > Sidebar > Dev Tab",
"description": "Find free shortcuts, inform about used and print a key list",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"development/is_key_free.html",
"category": "Development"
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"development/is_key_free.html",
"category": "Development",
}
import bpy