BOINC web: fix some URLs

This commit is contained in:
David Anderson 2017-01-12 13:20:38 -08:00
parent 06be40e8f0
commit 5267da76ce
3 changed files with 4 additions and 5 deletions

View File

@ -103,7 +103,7 @@ function show_participate() {
'<a href="projects.php">', '</a>',
'<a href="https://einsteinathome.org">Einstein@Home</a>',
'<a href="https://worldcommunitygrid.org">IBM World Community Grid</a>',
'<a href="https://setatihome.berkeley.edu">SETI@home</a>'
'<a href="https://setiathome.berkeley.edu">SETI@home</a>'
);
echo " ";
echo tra("If you run several projects, try an %1account manager%2 such as %3GridRepublic%4 or %5BAM!%6. ",

View File

@ -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",

View File

@ -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");