index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-22 15:52:59 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-22 15:52:59 +0100 |
commit | 3e259b11a163b3ecf278c222dfa6f6d23d64d89d (patch) | |
tree | 986f5eef4106e6b69603d83df838a78ebcdf1f61 /feeds.php | |
parent | 3af2f7695baea8fff44455987d15f950217e4bc4 (diff) |
-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"; |