[Bf-extensions-cvs] [847d2c7b] blender-v3.1-release: Tiny Cad: Update documentation URL

Aaron Carlisle noreply at git.blender.org
Tue Mar 1 17:49:58 CET 2022


Commit: 847d2c7b7c05f5e72b44f0fa7e86d1fc7569f9c7
Author: Aaron Carlisle
Date:   Tue Mar 1 11:33:07 2022 -0500
Branches: blender-v3.1-release
https://developer.blender.org/rBA847d2c7b7c05f5e72b44f0fa7e86d1fc7569f9c7

Tiny Cad: Update documentation URL

See T95442

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

M	mesh_tiny_cad/__init__.py

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

diff --git a/mesh_tiny_cad/__init__.py b/mesh_tiny_cad/__init__.py
index e6d5d628..c4626e6d 100644
--- a/mesh_tiny_cad/__init__.py
+++ b/mesh_tiny_cad/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
     "version": (1, 3, 2),
     "blender": (2, 80, 0),
     "location": "View3D > EditMode Context Menu",
-    "doc_url": "http://zeffii.github.io/mesh_tiny_cad/",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/mesh/tinycad.html",
     "tracker_url": "https://github.com/zeffii/mesh_tiny_cad/issues",
     "category": "Mesh",
 }



More information about the Bf-extensions-cvs mailing list