diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/template/pkg_details.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index 16980a9d..2cdc98bd 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -122,7 +122,7 @@ $out_of_date_time = ($row["OutOfDateTS"] == 0) ? $msg : gmdate("r", intval($row[ reset($pkgsearch_vars); # $darr[3] is the DepCondition if ($darr[2] == 0) echo $url."'>".$darr[1].$darr[3]."</a>"; - else echo " <a href='http://archlinux.org/packages/search/?q=".$darr[1]."'>".$darr[1].$darr[3]."</a>"; + else echo " <a href='http://www.archlinux.org/packages/search/?q=".$darr[1]."'>".$darr[1].$darr[3]."</a>"; } if (count($requiredby) > 0) { @@ -150,7 +150,7 @@ $out_of_date_time = ($row["OutOfDateTS"] == 0) ? $msg : gmdate("r", intval($row[ echo $url . "'>" . $darr[1] . $darr[3] . "</a>"; } else { - print "<a href='http://archlinux.org/packages/search/?q=".$darr[1]."'>".$darr[1].$darr[3]."</a>"; + print "<a href='http://www.archlinux.org/packages/search/?q=".$darr[1]."'>".$darr[1].$darr[3]."</a>"; } } |