Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'btrace/__init__.py')
-rw-r--r--btrace/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/btrace/__init__.py b/btrace/__init__.py
index d0f41d5e..aaf0fc15 100644
--- a/btrace/__init__.py
+++ b/btrace/__init__.py
@@ -25,8 +25,7 @@ bl_info = {
"location": "View3D > Sidebar > Create Tab",
"description": "Tools for converting/animating objects/particles into curves",
"warning": "",
- "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
- "add_curve/btracer.html",
+ "doc_url": "{BLENDER_MANUAL_URL}/addons/add_curve/btracer.html",
"category": "Add Curve",
}