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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2019-07-15 03:02:25 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2019-07-15 03:02:25 +0300
commit38bdfc0357feb7d877adc16caca6b23fd13aac79 (patch)
treedebd0abf1c94dcae10c85e6398a1e9c1818a6f22 /io_anim_bvh
parent20677f4ae5d7f4b9cbacebd08e4b6460449266f2 (diff)
Update wiki_url to new manual pages
Diffstat (limited to 'io_anim_bvh')
-rw-r--r--io_anim_bvh/__init__.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py
index dd9c2037..b22811fa 100644
--- a/io_anim_bvh/__init__.py
+++ b/io_anim_bvh/__init__.py
@@ -26,10 +26,7 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export BVH from armature objects",
"warning": "",
- "wiki_url": (
- "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Import-Export/BVH_Importer_Exporter"
- ),
+ "wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_anim_bvh.html",
"support": 'OFFICIAL',
"category": "Import-Export",
}