[arch-projects] [archweb] [PATCH] FS#31561 Fix RSS links for All arch projects

Leonidas Spyropoulos artafinde at gmail.com
Thu Oct 4 16:06:28 EDT 2012


---
 templates/public/feeds.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/public/feeds.html b/templates/public/feeds.html
index f5378af..4a24b8d 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -82,9 +82,9 @@
         <tbody>
             <tr>
                 <td>All Projects</td>
-                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&project=99" class="rss">Feed</a></td>
-                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=edit&project=99" class="rss">Feed</a></td>
-                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=clo&project=99" class="rss">Feed</a></td>
+                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&project=0" class="rss">Feed</a></td>
+                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=edit&project=0" class="rss">Feed</a></td>
+                <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=clo&project=0" class="rss">Feed</a></td>
             </tr><tr>
                 <td>Arch Linux</td>
                 <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&project=1" class="rss">Feed</a></td>
-- 
1.7.12.2



More information about the arch-projects mailing list