diff --git a/en_US.ISO8859-1/htdocs/community/Makefile b/en_US.ISO8859-1/htdocs/community/Makefile
index d41aab9f5d..1d31fe4b57 100644
--- a/en_US.ISO8859-1/htdocs/community/Makefile
+++ b/en_US.ISO8859-1/htdocs/community/Makefile
@@ -7,6 +7,6 @@
 .include "../Makefile.inc"
 .endif
 
-DOCS=   irc.xml mailinglists.xml newsgroups.xml webresources.xml
+DOCS=   irc.xml mailinglists.xml webresources.xml
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"
diff --git a/en_US.ISO8859-1/htdocs/community/newsgroups.xml b/en_US.ISO8859-1/htdocs/community/newsgroups.xml
deleted file mode 100644
index e4d2d54614..0000000000
--- a/en_US.ISO8859-1/htdocs/community/newsgroups.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
-"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
-<!ENTITY CDATA "..">
-<!ENTITY title "Newsgroups">
-]>
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-      <title>&title;</title>
-
-      <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
-    </head>
-
-    <body class="navinclude.community">
-
-	<p>There are a few FreeBSD specific <a
-		href="&base;/doc/en_US.ISO8859-1/books/handbook/eresources-news.html">newsgroups</a>, along with
-	      numerous other newsgroups on topics of interest to FreeBSD users, though
-	      the mailing lists remain the most reliable way to get in touch with the
-	      FreeBSD developers.  For miscellaneous FreeBSD discussion, see <a
-		href="news:comp.unix.bsd.freebsd.misc">comp.unix.bsd.freebsd.misc</a>.
-	      For important announcements, see <a
-		href="news:comp.unix.bsd.freebsd.announce">comp.unix.bsd.freebsd.announce</a>.</p>
-
-
-</body>
-</html>
diff --git a/share/xml/navibar.ent b/share/xml/navibar.ent
index 708a56725b..55f20340b5 100644
--- a/share/xml/navibar.ent
+++ b/share/xml/navibar.ent
@@ -32,7 +32,7 @@
     <li><a href="&base;/community/mailinglists.html">Mailing Lists</a></li>
     <li><a href="https://forums.FreeBSD.org/">Forums</a></li>
     <li><a href="&base;/community/irc.html">IRC</a></li>
-    <li><a href="&base;/community/newsgroups.html">Newsgroups</a></li>
+    <li><a href="&base;/doc/en_US.ISO8859-1/books/handbook/eresources-news.html">Newsgroups</a></li>
     <li><a href="&base;/usergroups.html">User Groups</a></li>
     <li><a href="https://planet.FreeBSD.org/">Blogs</a></li>
     <li><a href="&base;/events/events.html">Events</a></li>