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 'system_demo_mode/__init__.py')
-rw-r--r--system_demo_mode/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/system_demo_mode/__init__.py b/system_demo_mode/__init__.py
index f7cc7d7c..88a052f1 100644
--- a/system_demo_mode/__init__.py
+++ b/system_demo_mode/__init__.py
@@ -25,8 +25,7 @@ bl_info = {
"location": "File > Demo Menu",
"description": "Demo mode lets you select multiple blend files and loop over them.",
"warning": "",
- "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
- "system/demo_mode.html",
+ "doc_url": "{BLENDER_MANUAL_URL}/addons/system/demo_mode.html",
"support": 'OFFICIAL',
"category": "System",
}