diff --git a/ChangeLog b/ChangeLog
index b916b6b4887c30d412c16e37e40a502e631ec5af..16859c37c9ee9c4b8da5f719a7444c8fc777c5bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-29  David Lawrence Ramsey  <pooka109@gmail.com>
+
+	* doc/faq.html: Update RPM links for nano 2.0.x.
+
 2007-07-11  David Lawrence Ramsey  <pooka109@gmail.com>
 
 	* files.c (copy_file): Assert that inn and out don't both point
diff --git a/doc/faq.html b/doc/faq.html
index b8b7ee1b9486b1f75d4bd2e0a30fa9124a1b8e71..ed3df83bbef8afe93166e62dac02452e2d93b054 100644
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -101,8 +101,8 @@
 <h2><a name="2.2"></a>2.2. RedHat and derivatives (.rpm) packages.</h2>
 <blockquote>
   <ul>
-    <li><a href="http://www.nano-editor.org/dist/v1.2/RPMS/">http://www.nano-editor.org/dist/v1.2/RPMS/</a></li>
-    <li><a href="http://www.ewtoo.org/~astyanax/nano/dist/v1.2/RPMS/">http://www.ewtoo.org/~astyanax/nano/dist/v1.2/RPMS/</a></li>
+    <li><a href="http://www.nano-editor.org/dist/v2.0/RPMS/">http://www.nano-editor.org/dist/v2.0/RPMS/</a></li>
+    <li><a href="http://www.ewtoo.org/~astyanax/nano/dist/v2.0/RPMS/">http://www.ewtoo.org/~astyanax/nano/dist/v2.0/RPMS/</a></li>
   </ul>
 </blockquote>
 <h2><a name="2.3"></a>2.3. Debian (.deb) packages.</h2>
@@ -259,7 +259,8 @@
 <h2><a name="7.5"></a>7.5. Can I have CVS write access?</h2>
 <blockquote><p>Re-read Section <a href="#7.4">7.4</a> and you should know the answer.</p></blockquote>
 <h2><a name="8"></a>8. ChangeLog</h2>
-<blockquote><p>2007/04/18 - Add a new section 4.14 to explain how autoindent affects pasted text. (John M. Gabriele, minor tweaks by DLR)<br>
+<blockquote><p>2007/07/29 - Update RPM links for nano 2.0.x. (DLR)<br>
+2007/04/18 - Add a new section 4.14 to explain how autoindent affects pasted text. (John M. Gabriele, minor tweaks by DLR)<br>
 2007/04/04 - Update email address. (DLR)<br>
 2007/01/01 - Update section 4.1 to describe how to open files with names beginning with '+' at specified columns as well as lines. (DLR)<br>
 2006/11/25 - Add miscellaneous wording and capitalization fixes. (DLR)<br>