Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcnd <cnd@gmx.ch>2016-03-22 12:59:24 +0300
committercnd <cnd@gmx.ch>2016-03-22 12:59:24 +0300
commit872f12f7a76dd782e7f7b977047da4588e5d7f69 (patch)
tree862bdf44dfd0437657b13b69228ffa0b36b199d0 /io_import_dxf
parentf4878ea31b08fecfab2068f8bbc82de1ee7396da (diff)
dxf importer: fixing wrong tracker and wiki url
Diffstat (limited to 'io_import_dxf')
-rw-r--r--io_import_dxf/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_import_dxf/__init__.py b/io_import_dxf/__init__.py
index 50051173..0841b1d5 100644
--- a/io_import_dxf/__init__.py
+++ b/io_import_dxf/__init__.py
@@ -39,8 +39,8 @@ bl_info = {
"blender": (2, 7, 1),
"location": "File > Import > AutoCAD DXF",
"description": "Import files in the Autocad DXF format (.dxf)",
- "wiki_url": "https://bitbucket.org/treyerl/io_import_scene_dxf/overview",
- "tracker_url": "https://bitbucket.org/treyerl/io_import_scene_dxf/issues?status=new&status=open",
+ "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/DXF_Importer",
+ "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug",
"category": "Import-Export",
}