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>2020-02-04 13:14:47 +0300
committermeta-androcto <meta.androcto1@gmail.com>2020-02-04 13:14:47 +0300
commit6007575ed1d0f2e7d8485414139a3f0c760f3286 (patch)
treefb0b66596e0e536da866f8361b9ee8eccdc3a320 /rigify/__init__.py
parentd303eea099834fe51720ae10f25cb27cd19194a4 (diff)
Fix T73573: Add-ons rigging: 404 manual link
Diffstat (limited to 'rigify/__init__.py')
-rw-r--r--rigify/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/__init__.py b/rigify/__init__.py
index 3504abbd..25c164ab 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
"description": "Automatic rigging from building-block components",
"location": "Armature properties, Bone properties, View3d tools panel, Armature Add menu",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
- "rigging/rigify.html",
+ "rigging/rigify/index.html",
"category": "Rigging"}
import importlib