]> git.wh0rd.org - tt-rss.git/commitdiff
update broken tt-rss.org links
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 1 Nov 2012 15:14:17 +0000 (19:14 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 1 Nov 2012 15:14:17 +0000 (19:14 +0400)
classes/dlg.php

index 7a3f321898908f38db59eb8aba1d8a88b4002a1d..71e801059e579f9c9dd7a96f280ddf4d8b39c508 100644 (file)
@@ -434,7 +434,7 @@ class Dlg extends Handler_Protected {
 
                if (!SPHINX_ENABLED) {
                        print "<div style=\"float : left\">
-                               <a class=\"visibleLink\" target=\"_blank\" href=\"http://tt-rss.org/redmine/wiki/tt-rss/SearchSyntax\">Search syntax</a>
+                               <a class=\"visibleLink\" target=\"_blank\" href=\"http://tt-rss.org/wiki/SearchSyntax\">Search syntax</a>
                                </div>";
                }
 
@@ -622,7 +622,7 @@ class Dlg extends Handler_Protected {
 
                print "</div>";
 
-               $details = "http://tt-rss.org/redmine/versions/show/$id";
+               $details = "http://tt-rss.org/redmine/versions/$id";
                $download = "http://tt-rss.org/#Download";
 
                print "<p align='center'>".__("You can update using built-in updater in the Preferences or by using update.php")."</p>";