fix manual links

This commit is contained in:
Brendon Murphy 2019-10-29 20:52:10 +11:00
parent dbfabe3870
commit acfe2a22e0
10 changed files with 10 additions and 10 deletions

View File

@ -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"
}

View File

@ -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",
}

View File

@ -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"}

View File

@ -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"}

View File

@ -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),
}

View File

@ -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",
}

View File

@ -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"}

View File

@ -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"}

View File

@ -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",

View File

@ -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"
}