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:
authormeta-androcto <meta.androcto1@gmail.com>2019-10-29 12:52:10 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-10-29 12:52:53 +0300
commitacfe2a22e07046564cc5788388c2404486c76fe9 (patch)
treeaef0c997da49a665b51f49e67b1bc883b326ad31 /add_curve_sapling
parentdbfabe387097a7bdb8d7d73bc0c9cd0311d9926a (diff)
fix manual links
Diffstat (limited to 'add_curve_sapling')
-rw-r--r--add_curve_sapling/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index e87bbcd0..554f13f3 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
"description": ("Adds a parametric tree. The method is presented by "
"Jason Weber & Joseph Penn in their paper 'Creation and Rendering of "
"Realistic Trees'"),
- "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/sapling.html",
"category": "Add Curve"}