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 03:16:03 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-11-13 03:16:03 +0300
commit13f9f0b429ec556a00b6676ef97993ba11545ad2 (patch)
treeb45614825b6660ad24407d8ae66ed74fd4b3af77 /add_mesh_BoltFactory
parent4ada09cc3c229fc25499dcf60cb669ec2f4a62ff (diff)
bolt factory: add manual link
Diffstat (limited to 'add_mesh_BoltFactory')
-rw-r--r--add_mesh_BoltFactory/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py
index 383ddc36..50217204 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -23,8 +23,8 @@ bl_info = {
"blender": (2, 80, 0),
"location": "View3D > Add > Mesh",
"description": "Add a bolt or nut",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Add_Mesh/BoltFactory",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "add_mesh/boltfactory.html",
"category": "Add Mesh",
}