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>2019-12-12 13:23:33 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-12-12 13:23:33 +0300
commit3ebb4ed57f712c719e35f30690d202bf94e1cd24 (patch)
tree3794c5fe68748077f8b213b55767df42fa0d8326 /io_anim_nuke_chan
parentcf530a29dffbae21935bb3ebfef11706bac99dcf (diff)
io addons fix 404 manual links
Diffstat (limited to 'io_anim_nuke_chan')
-rw-r--r--io_anim_nuke_chan/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_anim_nuke_chan/__init__.py b/io_anim_nuke_chan/__init__.py
index fe5f4738..8d6cc7c9 100644
--- a/io_anim_nuke_chan/__init__.py
+++ b/io_anim_nuke_chan/__init__.py
@@ -26,8 +26,8 @@ bl_info = {
"location": "File > Import/Export > Nuke (.chan)",
"description": "Import/Export object's animation with nuke",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Import-Export/Nuke",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "import_export/anim_nuke_chan.html",
"category": "Import-Export",
}