mirror of
https://github.com/blender/blender-addons-contrib.git
synced 2025-08-15 22:16:19 +00:00
Update 'bl_info' use 'doc_url' instead of 'wiki_url'
This commit is contained in:
@ -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"}
|
||||
|
Reference in New Issue
Block a user