[Bf-extensions-cvs] [acfe2a22] master: fix manual links

meta-androcto noreply at git.blender.org
Tue Oct 29 10:53:19 CET 2019


Commit: acfe2a22e07046564cc5788388c2404486c76fe9
Author: meta-androcto
Date:   Tue Oct 29 20:52:10 2019 +1100
Branches: master
https://developer.blender.org/rBAacfe2a22e07046564cc5788388c2404486c76fe9

fix manual links

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

M	add_curve_extra_objects/__init__.py
M	add_curve_ivygen.py
M	add_curve_sapling/__init__.py
M	btrace/__init__.py
M	curve_assign_shapekey.py
M	curve_simplify.py
M	curve_tools/__init__.py
M	space_view3d_brush_menus/__init__.py
M	space_view3d_math_vis/__init__.py
M	space_view3d_stored_views/__init__.py

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

diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py
index 78f3a189..e5a1bbcd 100644
--- a/add_curve_extra_objects/__init__.py
+++ b/add_curve_extra_objects/__init__.py
@@ -28,7 +28,7 @@ bl_info = {
     "location": "View3D > Add > Curve > Extra Objects",
     "description": "Add extra curve object types",
     "warning": "",
-    "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
                 "add_curve/extra_objects.html",
     "category": "Add Curve"
     }
diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py
index 3250af56..f6f0f8a3 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -27,7 +27,7 @@ bl_info = {
     "description": "Adds generated ivy to a mesh object starting "
                    "at the 3D cursor",
     "warning": "",
-    "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
                 "add_curve/ivy_gen.html",
     "category": "Add Curve",
 }
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index e87bbcd0..554f13f3 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
     "description": ("Adds a parametric tree. The method is presented by "
     "Jason Weber & Joseph Penn in their paper 'Creation and Rendering of "
     "Realistic Trees'"),
-    "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
                 "add_curve/sapling.html",
     "category": "Add Curve"}
 
diff --git a/btrace/__init__.py b/btrace/__init__.py
index 37937305..55d49e44 100644
--- a/btrace/__init__.py
+++ b/btrace/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
     "location": "View3D > Sidebar > Create Tab",
     "description": "Tools for converting/animating objects/particles into curves",
     "warning": "",
-    "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
                 "add_curve/btracer.html",
     "category": "Add Curve"}
 
diff --git a/curve_assign_shapekey.py b/curve_assign_shapekey.py
index 54582c79..318e2b25 100644
--- a/curve_assign_shapekey.py
+++ b/curve_assign_shapekey.py
@@ -27,7 +27,7 @@ bl_info = {
     "location": "View 3D > Sidebar > Edit Tab",
     "description": "Assigns one or more Bezier curves as shape keys to another Bezier curve",
     "category": "Add Curve",
-    "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
                 "add_curve/assign_shape_keys.html",
     "blender": (2, 80, 0),
 }
diff --git a/curve_simplify.py b/curve_simplify.py
index c062a1c3..136eebea 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -24,7 +24,7 @@ bl_info = {
     "location": "3D View, Dopesheet & Graph Editors",
     "description": "Simplify Curves: 3dview, Dopesheet, Graph. Distance Merge: 3d view curve edit",
     "warning": "",
-    "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
                 "add_curve/simplify_curves.html",
     "category": "Add Curve",
 }
diff --git a/curve_tools/__init__.py b/curve_tools/__init__.py
index 1a4e1d08..6e60b7b8 100644
--- a/curve_tools/__init__.py
+++ b/curve_tools/__init__.py
@@ -30,7 +30,7 @@ bl_info = {
     "location": "View3D > Tool Shelf > Edit Tab",
     "warning": "WIP",
     "wiki_url": "",
-    "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
                 "add_curve/curve_tools.html",
     "category": "Add Curve"}
 
diff --git a/space_view3d_brush_menus/__init__.py b/space_view3d_brush_menus/__init__.py
index 1900a2c0..1a8d677a 100644
--- a/space_view3d_brush_menus/__init__.py
+++ b/space_view3d_brush_menus/__init__.py
@@ -27,7 +27,7 @@ bl_info = {
     "blender": (2, 80, 0),
     "location": "Spacebar in Sculpt/Paint Modes",
     "warning": '',
-    "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/interface/brush_menus.html",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/interface/brush_menus.html",
     "category": "Interface"}
 
 
diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py
index 0393b5ba..129a0618 100644
--- a/space_view3d_math_vis/__init__.py
+++ b/space_view3d_math_vis/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
     "blender": (2, 80, 0),
     "location": "Properties: Scene > Math Vis Console and Python Console: Menu",
     "description": "Display console defined mathutils variables in the 3D view",
-    "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
                 "3d_view/math_vis_console.html",
     "support": "OFFICIAL",
     "category": "3D View",
diff --git a/space_view3d_stored_views/__init__.py b/space_view3d_stored_views/__init__.py
index c62d8a1b..f35d6c16 100644
--- a/space_view3d_stored_views/__init__.py
+++ b/space_view3d_stored_views/__init__.py
@@ -24,7 +24,7 @@ bl_info = {
     "blender": (2, 80, 0),
     "location": "View3D > Sidebar > View > Stored Views",
     "warning": "",
-    "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
                 "3d_view/stored_views.html",
     "category": "3D View"
 }



More information about the Bf-extensions-cvs mailing list