From ec508e9fc02a79b9c65c4dbced7ffe115c012aa8 Mon Sep 17 00:00:00 2001
From: Brendon Murphy <meta.androcto1@gmail.com>
Date: Wed, 19 Sep 2012 06:17:00 +0000
Subject: [PATCH] fix wiki & tracker url's

---
 mesh_edgetools.py           | 3 ++-
 mesh_extrude_along_curve.py | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/mesh_edgetools.py b/mesh_edgetools.py
index 5cf4b84d..fd46d9a3 100644
--- a/mesh_edgetools.py
+++ b/mesh_edgetools.py
@@ -76,7 +76,8 @@ bl_info = {
     'warning': "",
     'description': "CAD style edge manipulation tools",
     'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Modeling/EdgeTools",
-    'tracker_url': "https://blenderpython.svn.sourceforge.net/svnroot/blenderpython/scripts_library/scripts/addons_extern/mesh_edgetools.py",
+    'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+                   'func=detail&aid=31566',
     'category': 'Mesh'}
 
 import bpy, bmesh, mathutils
diff --git a/mesh_extrude_along_curve.py b/mesh_extrude_along_curve.py
index 806736d2..ee1321aa 100644
--- a/mesh_extrude_along_curve.py
+++ b/mesh_extrude_along_curve.py
@@ -27,8 +27,9 @@ bl_info = {
     "location": "",
     "description": "Extrude a face along a Bezier Curve",
     "warning": "",
-    "wiki_url": "",
-    "tracker_url": "",
+    'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts",
+    'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+                   'func=detail&aid=32585',
     "category": "Mesh"}
 
 
-- 
GitLab