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-12-01 03:35:24 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-12-01 03:35:24 +0300
commit494a138bdeec9aca06bfaece36e4332b6476d21e (patch)
tree74f15fda12826801099cdb48391e4232b4f62593 /mesh_inset
parent64c72dd397b6241ab74de2012bde72f163c038a5 (diff)
mesh addons: add manual links
Diffstat (limited to 'mesh_inset')
-rw-r--r--mesh_inset/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py
index e8338d92..e54a91ce 100644
--- a/mesh_inset/__init__.py
+++ b/mesh_inset/__init__.py
@@ -26,8 +26,8 @@ bl_info = {
"location": "3DView Operator",
"description": "Make an inset inside selection using straight skeleton algorithm.",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Modeling/Inset-Polygon",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "mesh/inset_straight_skeleton.html",
"category": "Mesh"}