summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.php b/index.php
index 9dd1926..f0405a4 100644
--- a/index.php
+++ b/index.php
@@ -66,11 +66,11 @@ print_header("", "home");
</div>
<div id="news">
<h3>
- <a href="https://news.archlinux32.org/" title="Browse the news archives">Latest News</a>
+ <a href="https://bbs.archlinux32.org/viewforum.php?id=12" title="Browse the news archives">Latest News</a>
<span class="arrow"></span>
</h3>
<a href="https://archlinux.org/feeds/news/" title="Arch News RSS Feed" class="rss-icon"><img width="16" height="16" src="/static/rss.c5ebdc5318d6.png" alt="RSS Feed" /></a>
- <a href="https://news.archlinux32.org/rss.php" title="Arch 32 News RSS Feed" class="rss-icon"><img width="16" height="16" src="/static/rss.c5ebdc5318d6.png" alt="RSS Feed" /></a>
+ <a href="https://bbs.archlinux32.org/extern.php?action=feed&fid=12&type=atom" title="Arch 32 News RSS Feed" class="rss-icon"><img width="16" height="16" src="/static/rss.c5ebdc5318d6.png" alt="RSS Feed" /></a>
<?php
$news_reachable = apcu_fetch('news_reachable', $apcu_success);
@@ -140,7 +140,7 @@ foreach($news as $entry) {
$news_count ++;
if ($news_count == 0) {
print " <h3>\n";
- print " <a href=\"https://news.archlinux32.org/\" title=\"Browse the news archives\">Older News</a>\n";
+ print " <a href=\"https://bbs.archlinux32.org/viewforum.php?id=12\" title=\"Browse the news archives\">Older News</a>\n";
print " <span class=\"arrow\"></span>\n";
print " </h3>\n";
print " <dl class=\"newslist\">\n";
@@ -306,7 +306,7 @@ foreach($package_updates as $pkg) {
More Resources
</h4>
<ul>
- <li><a href="https://news.archlinux32.org/" title="News Archives">News Archives</a></li>
+ <li><a href="https://bbs.archlinux32.org/viewforum.php?id=12" title="News Archives">News Archives</a></li>
<li><a href="/feeds/" title="Various RSS Feeds">RSS Feeds</a></li>
</ul>
</div>