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 'rigify/__init__.py')
-rw-r--r--rigify/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/rigify/__init__.py b/rigify/__init__.py
index a6e7fa87..00777a78 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -25,8 +25,7 @@ bl_info = {
"blender": (2, 81, 0),
"description": "Automatic rigging from building-block components",
"location": "Armature properties, Bone properties, View3d tools panel, Armature Add menu",
- "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
- "rigging/rigify/index.html",
+ "doc_url": "{BLENDER_MANUAL_URL}/addons/rigging/rigify/index.html",
"category": "Rigging",
}