Skip to content
Snippets Groups Projects
Commit 872f12f7 authored by cnd's avatar cnd
Browse files

dxf importer: fixing wrong tracker and wiki url

parent f4878ea3
Branches
Tags
No related merge requests found
...@@ -39,8 +39,8 @@ bl_info = { ...@@ -39,8 +39,8 @@ bl_info = {
"blender": (2, 7, 1), "blender": (2, 7, 1),
"location": "File > Import > AutoCAD DXF", "location": "File > Import > AutoCAD DXF",
"description": "Import files in the Autocad DXF format (.dxf)", "description": "Import files in the Autocad DXF format (.dxf)",
"wiki_url": "https://bitbucket.org/treyerl/io_import_scene_dxf/overview", "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/DXF_Importer",
"tracker_url": "https://bitbucket.org/treyerl/io_import_scene_dxf/issues?status=new&status=open", "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug",
"category": "Import-Export", "category": "Import-Export",
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment