summaryrefslogtreecommitdiff
path: root/classes/dlg.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-11-01 19:14:17 +0400
committerAndrew Dolgov <[email protected]>2012-11-01 19:14:17 +0400
commite8438e8fd0d8552e9911583bdf0509346bf53515 (patch)
tree1826852194c8b0bbd7687a38c890d4b65cf41920 /classes/dlg.php
parentdb23a8ee3ee6ee9d6630897cfc82347fc316f89e (diff)
update broken tt-rss.org links
Diffstat (limited to 'classes/dlg.php')
-rw-r--r--classes/dlg.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index 7a3f32189..71e801059 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -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>";