From 6007575ed1d0f2e7d8485414139a3f0c760f3286 Mon Sep 17 00:00:00 2001 From: meta-androcto Date: Tue, 4 Feb 2020 21:14:47 +1100 Subject: Fix T73573: Add-ons rigging: 404 manual link --- rigify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rigify') 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 -- cgit v1.2.3