1: Note that following announcements are very generic.  For minor bug fixes or features, that's fine.  But if there is a major bug fix, a security fix, or a major new feature, call it out in the announcement.
 
 1: Update the web HTML regarding this release
-*:: =cvs -d /p/condor/repository/HTML co condor-web=
+*:: =cvs -d /p/condor/repository/HTML co htcondor-web=
 *:: =cd condor-web=
-*:: edit =src/lib/news.mas= (to add an announcement 'Whats New?')
+*:: edit =src/htcondor/lib/news.mas= (to add an announcement 'Whats New?')
 *::: Here is a sample announcement:
 {code}
     { date => 'January 22, 2008',
@@ -332,16 +332,15 @@
 HTCondor 7.0.0. This first release in a new stable series
 includes all new features added in the 6.9 development
 series.  See the
-<a href="http://www.cs.wisc.edu/condor/manual/v7.0/8_3Stable_Release.html#sec:New-7-0-0">Version
+<a href="manual/v7.0/8_3Stable_Release.html#sec:New-7-0-0">Version
 History</a> for a complete list of changes.  HTCondor 7.0.0
 binaries and source code are available from
-<a href="http://www.cs.wisc.edu/condor/downloads/">our
-Downloads page.</a>
+<a href="downloads/">our Downloads page.</a>
 ENDNEWS
     },
 {endcode}
-*:: edit =src/downloads/index.html= (to fix the release-specific text on the main downloads page)
-*:: touch =src/index.html= (so the main page updates with the version information from the =downloads/index.html= page)
+*:: {strike}edit =src/downloads/index.html= (to fix the release-specific text on the main downloads page){endstrike}
+*:: {strike}touch =src/index.html= (so the main page updates with the version information from the =downloads/index.html= page){endstrike}
 *:: touch =src/manual/index.html= (so the manual links update with the version information from the =downloads/index.html= page)
 *:: NOTE: if you're doing the first release of a new release series, you'll also need to edit:
 *::: =src/index.html= to:
@@ -351,7 +350,7 @@
 *:: =cvs commit= (all of your changes in condor-web)
 *:: =./generate_html src= (to update the HTML on the web with your changes -- note this only works on 32 bit machines, the 64 bit lab machines are missing some perl module or another).
 
-1: Send email to condor-world and condor-users. Here is a sample announcement:
+1: Send email to htcondor-world and htcondor-users. Here is a sample announcement:
 {code}
 Hello,
 
@@ -361,10 +360,10 @@
 HTCondor 7.0.0 binaries and source code are available from our Downloads page.
 
 Version History:
-  http://www.cs.wisc.edu/condor/manual/v7.0/8_3Stable_Release.html#sec:New-7-0-0
+  http://research.cs.wisc.edu/htcondor/manual/v7.0/8_3Stable_Release.html#sec:New-7-0-0
 
 Downloads Page:
-  http://www.cs.wisc.edu/condor/downloads/
+  http://research.cs.wisc.edu/htcondor/downloads/
 
 
 Thank you for your interest in HTCondor!
@@ -408,4 +407,4 @@
 1: Update the {link:http://en.wikipedia.org/wiki/Condor_High-Throughput_Computing_System HTCondor Wikipedia page} to indicate the current release.
 
 1: Stop building the branch nightly by editing this file:
-{code}/p/condor/public/html/branches-to-build{endcode}
+{code}/p/condor/public/html/htcondor/branches-to-build{endcode}