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 '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"}