[Bf-extensions-cvs] [39879544] master: geodesic domes: add manual link

meta-androcto noreply at git.blender.org
Wed Nov 13 01:37:27 CET 2019


Commit: 39879544215cf57a079aee3be9ef66e6a67d66c3
Author: meta-androcto
Date:   Wed Nov 13 11:37:10 2019 +1100
Branches: master
https://developer.blender.org/rBA39879544215cf57a079aee3be9ef66e6a67d66c3

geodesic domes: add manual link

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

M	add_mesh_geodesic_domes/__init__.py

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

diff --git a/add_mesh_geodesic_domes/__init__.py b/add_mesh_geodesic_domes/__init__.py
index f27b62ab..bf87fb2a 100644
--- a/add_mesh_geodesic_domes/__init__.py
+++ b/add_mesh_geodesic_domes/__init__.py
@@ -27,8 +27,8 @@ bl_info = {
     "location": "View3D > Add > Mesh",
     "description": "Create geodesic dome type objects.",
     "warning": "",
-    "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Modeling/Geodesic_Domes",
-    "tracker_url": "",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "add_mesh/geodesic_domes.html",
     "category": "Add Mesh"}
 
 if "bpy" in locals():



More information about the Bf-extensions-cvs mailing list