[Bf-extensions-cvs] [6007575e] master: Fix T73573: Add-ons rigging: 404 manual link

meta-androcto noreply at git.blender.org
Tue Feb 4 11:15:08 CET 2020


Commit: 6007575ed1d0f2e7d8485414139a3f0c760f3286
Author: meta-androcto
Date:   Tue Feb 4 21:14:47 2020 +1100
Branches: master
https://developer.blender.org/rBA6007575ed1d0f2e7d8485414139a3f0c760f3286

Fix T73573: Add-ons rigging: 404 manual link

===================================================================

M	rigify/__init__.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list