From a122144ee682aec6fa171bc309425823d5a38c37 Mon Sep 17 00:00:00 2001
From: Ton Roosendaal <ton@blender.org>
Date: Sat, 13 Apr 2013 10:01:18 +0000
Subject: [PATCH] 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.
---
 mesh_bsurfaces.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 7aa43d708..1aefeb3ea 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"}
-- 
GitLab