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:
authorTon Roosendaal <ton@blender.org>2013-04-13 14:01:18 +0400
committerTon Roosendaal <ton@blender.org>2013-04-13 14:01:18 +0400
commita122144ee682aec6fa171bc309425823d5a38c37 (patch)
treea0fb1792cd70041a8a458992f0096c05382c3019
parent9adfcad5b7ff942d23da79c550e8ec2ce1c89e17 (diff)
Fixed url for wiki documentation of bsurfaces.
It was pointing at non-existing http://www.bsurfaces.info domain. I assume the guideline for wiki docs is to to point at wiki.blender.org always.
-rw-r--r--mesh_bsurfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 7aa43d70..1aefeb3e 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -25,7 +25,7 @@ bl_info = {
"api": 45996,
"location": "View3D > EditMode > ToolShelf",
"description": "Modeling and retopology tool.",
- "wiki_url": "http://www.bsurfaces.info",
+ "wiki_url": "http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.64/Bsurfaces_1.5",
"tracker_url": "http://projects.blender.org/tracker/index.php?"\
"func=detail&aid=26642",
"category": "Mesh"}