[Bf-extensions-cvs] [74226190] master: align tools: add manual link

meta-androcto noreply at git.blender.org
Sun Dec 1 02:40:30 CET 2019


Commit: 74226190182a94ce190a172d098ad76183bb4aa9
Author: meta-androcto
Date:   Sun Dec 1 12:40:17 2019 +1100
Branches: master
https://developer.blender.org/rBA74226190182a94ce190a172d098ad76183bb4aa9

align tools: add manual link

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

M	space_view3d_align_tools.py

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

diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index de5192e3..6ae21e0b 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -26,9 +26,8 @@ bl_info = {
     "location": "View3D > Sidebar > Item Tab",
     "description": "Align Selected Objects to Active Object",
     "warning": "",
-    "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
-                "Scripts/3D interaction/Align_Tools",
-    "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "object/align_tools.html",
     "category": "Object",
 }



More information about the Bf-extensions-cvs mailing list