diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index 27268bce02b44b192b90fb8e552985f2c2f80aad..7a6ce12412eddf47bd6a1435e126a6d25ae771f5 100755 --- a/io_scene_gltf2/__init__.py +++ b/io_scene_gltf2/__init__.py @@ -42,8 +42,8 @@ bl_info = { 'location': 'File > Import-Export', 'description': 'Import-Export as glTF 2.0', 'warning': '', - 'wiki_url': '' - '', + 'wiki_url': "https://github.com/KhronosGroup/glTF-Blender-IO", + 'tracker_url': "https://github.com/KhronosGroup/glTF-Blender-IO/issues/", 'support': 'OFFICIAL', 'category': 'Import-Export'}