cp * /p/condor/public/binaries/stable/v7.4/7.4.0/
 {endcode}
 
-*::: Option 2: Use Nick's shiny "nmi-extract-results" script, which lives in tools/nmi-interaction. It's also in ~nleroy/bin on nmi-s006.
+*::: Option 2: Use Nick's shiny =condor_nmi_extract= Python script, which lives in =CONDOR_SRC/nmi_tools=.
 {linebreak}
 The script writes to ./cache and ./public -- and will create these directories if they don't already exist. The cache is to maintain a list of things that it's already extracted from, so if you run it again, it won't do unnecessary work.
 {linebreak}
@@ -218,7 +218,7 @@
 $ rsync -av --rsh=ssh * nation:/p/condor/public/binaries/v7.1/7.1.4
 {endcode}
 
-1: Pre-release source tarball. The source tarball used to be created every night as part of the nightly builds.  After the conversion to cmake, it is no longer created.  While releasing 7.5.5, I created it by hand by tarring the contents of =userdir/common= in the =rundir= of the NMI build.  I put these files in a top-level directory named =condor-X.Y.Z= and I removed the =soar= directory. Nick's =nmi-extract-results= script will also create the source tarball.
+1: Pre-release source tarball. The source tarball used to be created every night as part of the nightly builds.  After the conversion to cmake, it is no longer created.  While releasing 7.5.5, I created it by hand by tarring the contents of =userdir/common= in the =rundir= of the NMI build.  I put these files in a top-level directory named =condor-X.Y.Z= and I removed the =soar= directory. Nick's =condor_nmi_extract= script will also create the source tarball.
 The source should be placed in =/p/condor/public/binaries/vX.Y/X.Y.Z= using the name "=condor_src-X.Y.Z-all-all.tar.gz=".