index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | feeds.php | 2 |
@@ -196,7 +196,7 @@ if (count($uri_parts) == 0) { // index page print " </td>\n"; foreach ($bugtracker_operations as $label => $option) { print " <td>\n"; - print " <a href=\"https://bugs.archlinux.org/feed.php?feed_type=rss2&" . $option . "project=" . $id . "\" class=\"rss\">Feed</a>\n"; + print " <a href=\"https://bugs.archlinux32.org/feed.php?feed_type=rss2&" . $option . "project=" . $id . "\" class=\"rss\">Feed</a>\n"; print " </td>\n"; } print " </tr>\n"; |