summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-16 10:21:43 +0100
committerAndrew Dolgov <[email protected]>2007-11-16 10:21:43 +0100
commite89addd9d11079a81da2ddfa56fdf31c1fd21441 (patch)
tree3c4f0a79679c54a257150d5d4df2003b08f7c2a0
parenta872b8a6d12d50acd89d2371723d2cc12326a7c7 (diff)
update tt-rss site url
-rw-r--r--login_form.php2
-rw-r--r--prefs.php2
-rw-r--r--tt-rss.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/login_form.php b/login_form.php
index f67d27b42..fefae727d 100644
--- a/login_form.php
+++ b/login_form.php
@@ -106,7 +106,7 @@ window.onload = init;
</td>
</tr><tr>
<td align="center" class="loginBottom">
- <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ <a href="http://tt-rss.org/">Tiny Tiny RSS</a> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</td>
</tr>
diff --git a/prefs.php b/prefs.php
index 3c0b42e12..d1d98ea16 100644
--- a/prefs.php
+++ b/prefs.php
@@ -150,7 +150,7 @@ window.onload = init;
?>
</select>
<?php } ?>
- <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>
diff --git a/tt-rss.php b/tt-rss.php
index caf8f9c4e..34f11d1fd 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -222,7 +222,7 @@ window.onload = init;
?>
</select>
<?php } ?>
- <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>