From 5f5389f1597c6aa0312b229180d2247e9f7bec96 Mon Sep 17 00:00:00 2001
From: Paul Geraskin <paul_geraskin@mail.ru>
Date: Wed, 26 Jun 2013 08:56:20 +0000
Subject: [PATCH] Changed links to the script.

---
 uv_texture_atlas.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index a42870c66..c38eb6aa9 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
-- 
GitLab