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:
authormeta-androcto <meta.androcto1@gmail.com>2019-11-13 02:00:22 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-11-13 02:00:22 +0300
commit4ada09cc3c229fc25499dcf60cb669ec2f4a62ff (patch)
treeb47bb7da3c72268cd4201c8f36c1d75908e4509c /archimesh
parentdc028195538333e53757957a45aee8aad212c11e (diff)
archimesh: add manual link
Diffstat (limited to 'archimesh')
-rw-r--r--archimesh/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index 78ba3d3e..8a2e1474 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -32,7 +32,8 @@ bl_info = {
"version": (1, 2, 2),
"blender": (2, 80, 0),
"description": "Generate rooms, doors, windows, and other architecture objects",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Archimesh",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "add_mesh/archimesh.html",
"category": "Add Mesh"
}