summaryrefslogtreecommitdiff
path: root/feeds.php
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-11-22 15:52:59 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-11-22 15:52:59 +0100
commit3e259b11a163b3ecf278c222dfa6f6d23d64d89d (patch)
tree986f5eef4106e6b69603d83df838a78ebcdf1f61 /feeds.php
parent3af2f7695baea8fff44455987d15f950217e4bc4 (diff)
downloadarchweb32-3e259b11a163b3ecf278c222dfa6f6d23d64d89d.tar.xz
fixed url of Archlinux32 bug tracker
Diffstat (limited to 'feeds.php')
-rw-r--r--feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/feeds.php b/feeds.php
index 2869740..b7ed8a0 100644
--- a/feeds.php
+++ b/feeds.php
@@ -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";