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:
Diffstat (limited to 'io_export_dxf')
-rw-r--r--io_export_dxf/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_export_dxf/__init__.py b/io_export_dxf/__init__.py
index cb0f1322..e4d035c3 100644
--- a/io_export_dxf/__init__.py
+++ b/io_export_dxf/__init__.py
@@ -24,8 +24,8 @@ bl_info = {
"location": "File > Export > AutoCAD DXF",
"description": "The script exports Blender geometry to DXF format r12 version.",
"warning": "Under construction! Visit Wiki for details.",
- "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
- "import_export/scene_dxf.html",
+ "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "import_export/scene_dxf.html",
"category": "Import-Export",
}