diff --git a/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc b/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc
index 53b9b29200..fc8dfd7535 100644
--- a/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc
+++ b/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc
@@ -409,7 +409,7 @@ function boincuser_authloginform() {
'#value' => '' .
'
' . bts("If you have run BOINC under the account, you can still access it. Here's how:") .
'
' .
- ' - ' . bts('Go to the BOINC data directory on your computer (on Windows this is usually %path1 or %path2.', array('%wikiref' => 'http://boinc.berkeley.edu/wiki/BOINC_Data_directory','%path1' => 'C:\Documents and Settings\All Users\Application Data\BOINC\', '%path2' => 'C:\ProgramData\BOINC\')) . '
' .
+ ' - ' . bts('Go to the BOINC data directory on your computer (on Windows this is usually %path1 or %path2.', array('%path1' => 'C:\Documents and Settings\All Users\Application Data\BOINC', '%path2' => 'C:\ProgramData\BOINC')) . '
' .
' - ' . bts('Find your account file for this project; it will have a name like %file (where the project URL is %url).', array('%file' => 'account_einstein.phys.uwm.edu.xml', '%url' => 'http://einstein.phys.uwm.edu')) . '
' .
' - ' . bts("Open the file in a text editor like Notepad. You'll see something like:") .
'
' .