From 7f50343d1c53ca9a5ca747f47e3b1e5bbcbe8471 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Thu, 5 Mar 2020 16:26:11 -0500 Subject: Addons: Use Manual URL prefix --- camera_turnaround.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'camera_turnaround.py') diff --git a/camera_turnaround.py b/camera_turnaround.py index 5742fb79..669fc656 100644 --- a/camera_turnaround.py +++ b/camera_turnaround.py @@ -23,8 +23,7 @@ bl_info = { "blender": (2, 80, 0), "location": "View3D > Sidebar > View Tab > Turnaround Camera", "description": "Add a camera rotation around selected object", - "doc_url": "https://docs.blender.org/manual/en/dev/addons/" - "animation/turnaround_camera.html", + "doc_url": "{BLENDER_MANUAL_URL}/addons/animation/turnaround_camera.html", "category": "Animation", } -- cgit v1.2.3