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

This commit is contained in:
Campbell Barton
2020-03-05 12:24:24 +11:00
parent 666c4b7785
commit 5c755ab594
51 changed files with 86 additions and 79 deletions

View File

@ -23,7 +23,7 @@ bl_info = {
"blender": (2, 80, 0),
"location": "Text editor > Properties panel",
"description": "Send your selection or text to hastebin.com",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"doc_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Text_Editor/hastebin",
"tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
"category": "Development"}