update URLs



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5061 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/internals/release-HOWTO.txt b/docs/internals/release-HOWTO.txt
index d5f1fb9..9b5a403 100644
--- a/docs/internals/release-HOWTO.txt
+++ b/docs/internals/release-HOWTO.txt
@@ -103,13 +103,13 @@
 - Update website: 
   - Put the tarball up.
   - Update the docs -- both the tarball'd docs, and the online-readable docs.
-  - Update www.valgrind.org/downloads/source_code.html.  
-  - Update www.valgrind.org/downloads/archive.html.  
+  - Update www.valgrind.org/downloads/current.html.  
+  - Update www.valgrind.org/downloads/old.html.  
   - Put the release notes at www.valgrind.org/info/release-notes-X.Y.Z.txt.
   - Add a news item to the front page and also to valgrind.org/info/news.html.
     Include a link to the release notes.
   - Update the "release-date" and "release-version" in php/.htconfx.
-  - Other pages that might need updating:  devel/cvs_svn.html.
+  - Other pages that might need updating:  downloads/repository.html.
 
 - Change release number in AC_INIT() in configure.in to "X.Y.Z.SVN", where
   X.Y.Z is one more than the release just done.