diff --git a/export_directx_x.py b/export_directx_x.py
index 627226cba40308d2a6d5113e5e0637e12160cb8a..c51166fe1e71dfcb1c4260cdee1e274d84fe806b 100644
--- a/export_directx_x.py
+++ b/export_directx_x.py
@@ -23,12 +23,12 @@ bl_addon_info = {
     'author': 'Chris Foster (Kira Vakaan)',
     'version': '1.1',
     'blender': (2, 5, 3),
-    'location': 'location":"File > Export',
+    'location': 'File > Export',
     'description': 'Export to the DirectX Model Format',
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
         'Scripts/File_I-O/DirectX_Exporter',
     'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
-        'func=detail&aid=22795&group_id=153&atid=467',
+        'func=detail&aid=22795&group_id=153&atid=469',
     'category': 'Import/Export'}
 """
 Name: 'DirectX Exporter'
@@ -867,4 +867,4 @@ def unregister():
     bpy.types.INFO_MT_file_export.remove(menu_func)
 
 if __name__=="__main__":
-    register()
\ No newline at end of file
+    register()