Note: as of HTCondor 7.3.2, condor_ssh_to_job can be used in unix to do interactive debugging of jobs.  In many cases, this is more convenient, but in some cases, it still may be useful to set up special slots as described in the recipe below.
 
-This is based on {link: http://www.cs.wisc.edu/condor/CondorWeek2008/condor_presentations/sfiligoi_monitoring.pdf Igor Sfiligoi's talk} at Condor Week 2008.
+This is based on {link: http://www.cs.wisc.edu/condor/CondorWeek2008/condor_presentations/sfiligoi_monitoring.pdf Igor Sfiligoi's talk} at HTCondor Week 2008.
 
 The basic idea is to add an extra slot for each normal job execution slot.  This extra slot will run commands from the user whose job is running on the corresponding execution slot.  Typical commands would be things like 'ls' or 'top'.