diff --git a/doc/index.php b/doc/index.php
index 6b60720cb6..346b95ac6b 100644
--- a/doc/index.php
+++ b/doc/index.php
@@ -103,7 +103,7 @@ function show_participate() {
'', '',
'Einstein@Home',
'IBM World Community Grid',
- 'SETI@home'
+ 'SETI@home'
);
echo " ";
echo tra("If you run several projects, try an %1account manager%2 such as %3GridRepublic%4 or %5BAM!%6. ",
diff --git a/doc/links.php b/doc/links.php
index 4ce6b391c3..5cf61d1f9a 100644
--- a/doc/links.php
+++ b/doc/links.php
@@ -57,9 +57,8 @@ $info_sites = array(
// "BOINC mini-FAQ"
//),
array(
- "http://boincfaq.mundayweb.com/",
- "The BOINC FAQ Service",
- "(English, German, Dutch, Spanish and French)"
+ "https://boinc.mundayweb.com/wiki/index.php?title=BOINC_FAQs_Central",
+ "The BOINC FAQ Service"
),
array(
"http://www.seti-argentina.com.ar/instrucciones-boinc-manager",
diff --git a/doc/project.inc b/doc/project.inc
index f0f6f5df7d..755ad2c0d6 100644
--- a/doc/project.inc
+++ b/doc/project.inc
@@ -15,7 +15,7 @@ define("LANGUAGE_FILE", "languages.txt");
define("STYLESHEET", "dev_custom.css");
define("COPYRIGHT_HOLDER", "UC Berkeley");
define("SYS_ADMIN_EMAIL", "davea@ssl.berkeley.edu");
-define("POST_REPORT_EMAILS", "elst93@gmail.com, ksmarkspsych@gmail.com, trog_dog@hotmail.com, DjangoFett@gmx.net");
+define("POST_REPORT_EMAILS", "elst93@gmail.com, ksmarkspsych@gmail.com, DjangoFett@gmx.net");
define('DISABLE_TEAMS', 1);
define('COUNTRY_FLAGS', 1);
define("SHORTCUT_ICON", "img/favicon.gif");