[Bf-extensions-cvs] [8611c655] blender-v2.81-release: glTF: fix documentation link

Julien Duroure noreply at git.blender.org
Sun Nov 17 17:58:21 CET 2019


Commit: 8611c655d4e050e6b7436b82a081984d889d4027
Author: Julien Duroure
Date:   Sun Nov 17 17:58:00 2019 +0100
Branches: blender-v2.81-release
https://developer.blender.org/rBA8611c655d4e050e6b7436b82a081984d889d4027

glTF: fix documentation link

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

M	io_scene_gltf2/__init__.py

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

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 2d44644b..551db015 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -20,7 +20,7 @@ bl_info = {
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',
     'warning': '',
-    'wiki_url': "https://docs.blender.org/manual/en/latest/addons/io_scene_gltf2.html",
+    'wiki_url': "https://docs.blender.org/manual/en/2.81/addons/import_export/io_scene_gltf2.html",
     'tracker_url': "https://github.com/KhronosGroup/glTF-Blender-IO/issues/",
     'support': 'OFFICIAL',
     'category': 'Import-Export',



More information about the Bf-extensions-cvs mailing list