diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index a42870c66677917b80b107f352f3312a76541425..c38eb6aa943ba03f7d1a816e69430e105b75f6d7 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -24,8 +24,8 @@ bl_info = {
     "blender": (2, 6, 7),
     "location": "Properties > Render",
     "description": "A simple Texture Atlas for unwrapping many objects. It creates additional UV",
-    "wiki_url": "http://code.google.com/p/blender-addons-by-mifth/",
-    "tracker_url": "http://code.google.com/p/blender-addons-by-mifth/issues/list",
+    "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/UV/TextureAtlas",
+    "tracker_url": "http://projects.blender.org/scm/viewvc.php/trunk/py/scripts/addons/uv_texture_atlas.py?view=log&root=bf-extensions",
     "category": "UV"}
 
 import bpy