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-11-02 05:52:34 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-11-02 05:52:34 +0300
commitaf18f8d5695cc392f22124d5aaf7c20639577a12 (patch)
tree9b0730dea3d049684c4e88e41bf4e1fcdace58f5 /ant_landscape
parentf3d06dbb805dffec4290aacc847a34daed4fef48 (diff)
ant landscape add manual link
Diffstat (limited to 'ant_landscape')
-rw-r--r--ant_landscape/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ant_landscape/__init__.py b/ant_landscape/__init__.py
index 789f0a37..e2d43c57 100644
--- a/ant_landscape/__init__.py
+++ b/ant_landscape/__init__.py
@@ -27,8 +27,8 @@ bl_info = {
"location": "View3D > Sidebar > Create Tab",
"description": "Another Noise Tool: Landscape and Displace",
"warning": "",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Add_Mesh/ANT_Landscape",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "add_mesh/ant_landscape.html",
"category": "Add Mesh",
}