From 049a5a86edcf78b070b73b141b657825145ae9a1 Mon Sep 17 00:00:00 2001 From: CoDEmanX Date: Tue, 4 Feb 2014 03:05:05 +0100 Subject: Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor other edits --- io_mesh_stl/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'io_mesh_stl') diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py index 5260b5c0..4074aec5 100644 --- a/io_mesh_stl/__init__.py +++ b/io_mesh_stl/__init__.py @@ -27,12 +27,12 @@ bl_info = { "description": "Import-Export STL files", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/STL", - "tracker_url": "https://projects.blender.org/tracker/index.php?" - "func=detail&aid=22837", + "Scripts/Import-Export/STL", + "tracker_url": "https://developer.blender.org/T22837", "support": 'OFFICIAL', "category": "Import-Export"} + # @todo write the wiki page """ -- cgit v1.2.3